class |
AlterTableAction |
Represents an action in an ALTER TABLE SQL statement.
|
class |
ByColumn |
Object used to represent a column in the 'order by' and 'group by'
clauses of a select statement.
|
class |
ColumnDef |
Represents a column definition (description).
|
class |
ConstraintDef |
Represents a constraint definition (description) for a table.
|
class |
FromClause |
A container for the From clause of a select statement.
|
class |
SearchExpression |
Search expression is a form of an Expression that is split up into
component parts that can be easily formed into a search query.
|
class |
SelectColumn |
Represents a column selected to be in the output of a select statement.
|
class |
TableSelectExpression |
A container object for the a table select expression, eg.
|