ClassAttribute
|
This class represents a class attribute that can be used in a SQL statement. Introspection information is used to determine the associated table and column.
|
SQLFunction
|
This class represents a SQL function within a SQL statement.
|
SubSelectExpression
|
This class represents a subselect that can be used in a SQL statement. The subselect is specified via a StatementSpec attribute.
|
ConstantExpression
|
This class represents a constant in a SQL statement.
|
KeywordExpression
|
This class represents an expression that evaluates to a SQL keyword that can be used in a SQL statement.
|
RangeExpression
|
This class represents a range in a SQL WHERE clause.
|
DateExpression
|
This class represents a date constant in a SQL statement. This subclass of ConstantExpression is necessary to provide the special handling for date values.
|
ArrayExpression
|
This class represents an array of constants in a SQL IN clause.
|
TableColumn
|
This class represents a table column that can be used in a SQL statement. The exact table and column name specified are used directly in the SQL statement.
|