BooleanSQLOptimizer |
INTERNAL: Class used to build SQL queries from JDO queries.
|
DetachedQueryIF |
INTERNAL: Interface for representing shared queries.
|
FilterSQLOptimizer |
INTERNAL: Class used to build SQL queries from JDO queries.
|
GenericSQLGenerator |
INTERNAL: Generic SQL statement generator.
|
ParameterProcessorIF |
INTERNAL: Parameter processor makes sure that query parameters gets
properly bound to statements.
|
SQLAggregateIF |
INTERNAL: Represents an aggregate function in a SQL query.
|
SQLAnd |
INTERNAL: SQL logical expression: and
|
SQLColumns |
INTERNAL: Represents a set of columns from a given table.
|
SQLEquals |
INTERNAL: SQL condition: equals (=)
|
SQLExists |
INTERNAL: SQL condition: exists.
|
SQLExpressionIF |
INTERNAL: Represents an expression in a SQL query.
|
SQLFalse |
INTERNAL: SQL condition: expression that always evaluates to false
|
SQLFunction |
INTERNAL: SQL condition: any function; fn(arg1, ...
|
SQLGeneratorIF |
INTERNAL: Interface for generating SQL statements.
|
SQLIn |
INTERNAL: SQL condition: in.
|
SQLIsNull |
INTERNAL: SQL condition: is null
|
SQLJoin |
INTERNAL: SQL expression: join.
|
SQLLike |
INTERNAL: SQL condition: like
|
SQLNot |
INTERNAL: SQL logical expression: not
|
SQLNotEquals |
INTERNAL: SQL condition: not equals (!=)
|
SQLNull |
INTERNAL: SQL value: null.
|
SQLOr |
INTERNAL: SQL logical expression: or
|
SQLOrderBy |
INTERNAL: SQL order by statement.
|
SQLParameter |
INTERNAL: SQL value: parameter.
|
SQLPrimitive |
INTERNAL: SQL value: primitive.
|
SQLQuery |
INTERNAL: Represents an abstract SQL query.
|
SQLSetOperation |
INTERNAL: SQL set operation.
|
SQLStatementIF |
INTERNAL: Represents a concrete SQL query.
|
SQLTable |
INTERNAL: Represents a reference to a table in a relation
database.
|
SQLTuple |
INTERNAL: SQL value: tuple.
|
SQLValueExpression |
INTERNAL: SQL condition: equals (=)
|
SQLValueIF |
INTERNAL: Represents a SQL value.
|
SQLVerbatim |
INTERNAL: Represents a verbatim SQL expression value.
|
SQLVerbatimExpression |
INTERNAL: Represents a verbatim SQL expression.
|