Uses of Class
org.jpox.store.rdbms.query.BaseSQLQuery

Packages that use BaseSQLQuery
org.jpox.store.rdbms.query Package providing extensions to the default QueryStatement used to generate all JDOQL queries. 
 

Uses of BaseSQLQuery in org.jpox.store.rdbms.query
 

Subclasses of BaseSQLQuery in org.jpox.store.rdbms.query
 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.
 

Constructors in org.jpox.store.rdbms.query with parameters of type BaseSQLQuery
BaseSQLQuery(PersistenceManager pm, BaseSQLQuery query)
          Constructs a new query instance from the existing query.
 



Copyright © -2007 . All Rights Reserved.