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

Portabilityportable
Stabilityexperimental
Maintainerkeithshep@gmail.com

Database.TxtSushi.SQLParser

Description

Module for parsing SQL

Synopsis

Documentation

parseSelectStatement :: GenParser Char st SelectStatementSource

Parses a SQL select statement

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