Package net.sf.letsparty.parser

Class Summary
ColumnAliasVisitor Looks for alias in the select list.
ColumnSynonymsVisitor Find "column aliases", such in "select ....
PartExpressionVisitor Visits the tree of expression to find an array of PartitionedExpressions.
PartTableVisitor Finds partitioned tables (and aliases) in select statements.
StatementParser Retrieves the proper statementHandler based on the type of the statement (select, delete etc)