ClassTableExpression
|
This class represents a class specification of a table that can be used in a SQL FROM clause. Introspection information is used to determine the associated table.
|
ClassViewExpression
|
This class represents a "view" of a class table that can be used in a SQL FROM clause. All descendent classes are part of this view (however, no additional sub-class columns are included). This class is useful for queries involving outer joins or group by because all sub-classes are treated as a single "table".
|
SubSelectExpression
|
This class represents a subselect that can be used in a SQL statement. The subselect is specified via a StatementSpec attribute.
|
ExternalTableExpression
|
This class represents a table that can be used in a SQL FROM clause. The exact table name specified is used directly in the SQL statement.
|