Package org.jpox.store.rdbms.query

Package providing extensions to the default QueryStatement used to generate all JDOQL queries.

See:
          Description

Class Summary
AbstractRDBMSQueryResult Abstract representation of a QueryResult for RDBMS queries.
DiscriminatorIteratorStatement Class to generate a QueryStatement that can be used for iterating through instances in a single table using a discriminator to distinguish between the classes.
ForwardQueryResult Lazy collection results from a Query with the ResultSet in a forwards direction.
JavaQueryCompiler Base definition of a query compiler for a Java query language.
JDOQLQuery RDBMS representation of a JDOQL query for use by JPOX.
JDOQLQueryCompiler Compiler of JDOQL queries for RDBMS datastores.
JPOXSQLQuery Implementation of a query language based on SQL but allowing macros for parameter names and imports.
JPQLQuery RDBMS representation of a JPQL query for use by JPOX.
JPQLQueryCompiler Compiler of JPQL queries for RDBMS datastores.
Oracle99QueryStatement Representation of a Query Statement in Oracle 9 or upper.
OracleQueryStatement Representation of a Query Statement in Oracle 8.
PersistentIDROF ResultObjectFactory that takes a JDBC ResultSet and create a PersistenceCapable object instance for each row in the ResultSet.
QueryStatement Representation of a statement for a Query.
QueryStatement.Join A join in a query.
RDBMSQueryUtils Utilities for use in queries specific to RDBMS.
ResultClassROF Take a ResultSet, and for each row retrieves an object of a specified type.
ResultExpressionsQueryable Result expressions to be returned by the query.
ResultMetaDataROF ResultObjectFactory that operates using a QueryResultMetaData and returns objects based on the definition.
SAPDBQueryStatement Representation of a Query Statement in SAPDB.
ScrollableQueryResult Lazy collection results from a Query with the ResultSet scrollable.
SQLEvaluator Evaluator for SQL-based queries.
SQLQuery A Query using SQL, and keeping to the JDO2 definition of a SQL query.
SQLQueryCompiler Compiler for SQL-based queries.
TransientIDROF ResultObjectFactory that generates an instance of a "nondurable" class for each ResultSet row.
UnionIteratorStatement Class to generate a QueryStatement for iterating through the elements of a Set.
 

Package org.jpox.store.rdbms.query Description

Package providing extensions to the default QueryStatement used to generate all JDOQL queries.



Copyright © -2008 . All Rights Reserved.