Package net.ontopia.persistence.query.sql
package net.ontopia.persistence.query.sql
Object model for representing SQL queries.
-
ClassDescriptionINTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Parameter processor that embeds collection parameters inside SQL statements.INTERNAL: Parameter processor that binds parameters to SQL statements without any special preprocessing.INTERNAL: Interface for representing shared queries.INTERNAL: SQL optimizer that removes A = A and A !INTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Generic SQL statement generator.INTERNAL: MySQL SQL statement generator.INTERNAL: Oracle SQL statement generator.INTERNAL: Parameter processor makes sure that query parameters gets properly bound to statements.INTERNAL: PostgreSQL SQL statement generator.INTERNAL: RDBMS query implementation that performs queries that return a collection of object instances, ie. an instance of java.util.Collection.INTERNAL: RDBMS query implementation that performs queries that return a map of key-value pairs, ie. an instance of java.util.Map.INTERNAL: RDBMS query implementation that performs queries that return an instance of QueryResultIF.INTERNAL: RDBMS query implementation that performs queries that return a single object instance.INTERNAL:INTERNAL: QueryResultIF implementation that wraps a ResultSet.INTERNAL: SQL optimizer that removes table- and column references that are redundant.INTERNAL: Represents an aggregate function in a SQL query.INTERNAL: Represents an aggregate function in a SQL query.INTERNAL: Represents a set of columns from a given table.INTERNAL: SQL logical expression: andINTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Represents a set of columns from a given table.INTERNAL: SQL condition: equals (=)INTERNAL: SQL condition: exists.INTERNAL: Represents an expression in a SQL query.INTERNAL: SQL condition: expression that always evaluates to falseINTERNAL: SQL condition: any function; fn(arg1, ... argN)INTERNAL: Interface for generating SQL statements.INTERNAL: SQL condition: in.INTERNAL: SQL condition: is nullINTERNAL: SQL expression: join.INTERNAL: SQL condition: likeINTERNAL: SQL logical expression: notINTERNAL: SQL condition: not equals (!INTERNAL: SQL value: null.INTERNAL: SQL logical expression: orINTERNAL: SQL order by statement.INTERNAL: SQL value: parameter.INTERNAL: SQL value: primitive.INTERNAL: Represents an abstract SQL query.INTERNAL: Microsoft SQL Server SQL statement generator.INTERNAL: SQL set operation.INTERNAL: The default SQL statement implementation.INTERNAL: Represents a concrete SQL query.INTERNAL: Represents a reference to a table in a relation database.INTERNAL: SQL value: tuple.INTERNAL: SQL condition: equals (=)INTERNAL: Represents a SQL value.INTERNAL: A reference to another SQLValueIF.INTERNAL: Represents a verbatim SQL expression value.INTERNAL: Represents a verbatim SQL expression.