Uses of Package
net.ontopia.persistence.query.sql
Packages that use net.ontopia.persistence.query.sql
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
Contains the rdbms implementation of the query language.
-
Classes in net.ontopia.persistence.query.sql used by net.ontopia.persistence.proxyClassDescriptionINTERNAL: Interface for representing shared queries.INTERNAL: Interface for generating SQL statements.INTERNAL: The default SQL statement implementation.INTERNAL: Represents a concrete SQL query.INTERNAL: Represents a SQL value.
-
Classes in net.ontopia.persistence.query.sql used by net.ontopia.persistence.query.sqlClassDescriptionINTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Interface for representing shared queries.INTERNAL: Class used to build SQL queries from JDO queries.INTERNAL: Generic SQL statement generator.INTERNAL: Parameter processor makes sure that query parameters gets properly bound to statements.INTERNAL: Represents an aggregate function in a SQL query.INTERNAL: SQL logical expression: andINTERNAL: 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: SQL set operation.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: Represents a verbatim SQL expression value.INTERNAL: Represents a verbatim SQL expression.
-
Classes in net.ontopia.persistence.query.sql used by net.ontopia.topicmaps.query.impl.rdbms