|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
org.jpox.store.extent | Package providing a definition of an Extent, to be provided by datastore-specific providers. |
org.jpox.store.query | Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. |
org.jpox.store.rdbms.query | Package providing extensions to the default QueryStatement used to generate all JDOQL queries. |
Uses of Query in org.jpox.store.extent |
Fields in org.jpox.store.extent declared as Query | |
protected Query |
AbstractExtent.query
Query executed for returning the Extent. |
Uses of Query in org.jpox.store.query |
Subclasses of Query in org.jpox.store.query | |
class |
JDOQLQuery
A JDO query that uses the JQOQL language. |
Fields in org.jpox.store.query declared as Query | |
protected Query |
AbstractQueryResult.query
The Query object. |
Constructors in org.jpox.store.query with parameters of type Query | |
AbstractQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs)
Constructor of the result from a Query. |
|
ForwardQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs,
java.util.Collection candidates)
Constructor of the result from a Query. |
|
InsensitiveQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs,
java.util.Collection candidates)
Constructor of the result from a Query. |
Uses of Query in org.jpox.store.rdbms.query |
Subclasses of Query in org.jpox.store.rdbms.query | |
class |
BaseSQLQuery
Base definition of a query using SQL. |
class |
JPOXSQLQuery
A Query using SQL, and allowing specification of parameter names and imports, known internally as "JPOXSQL", an extension to JDO. |
class |
SQLQuery
A Query using SQL, and keeping to the JDO2 definition of a SQL query. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |