txt-sushi-0.6.0: The SQL link in your *NIX chain

Portabilityportable
Stabilityexperimental
Maintainerkeithshep@gmail.com
Safe HaskellSafe-Inferred

Database.TxtSushi.SQLExpression

Description

SQL Expressions

Synopsis

Documentation

allMaybeTableNames :: Maybe TableExpression -> [String]Source

convenience function for extracting all of the table names used by the given table expression

data SelectStatement Source

represents a select statement TODO this should be moved inside the TableExpression type

isAggregate :: SQLFunction -> BoolSource

an aggregate function is one whose min function count is 1 and whose arg count is not fixed