Uses of Interface
org.exolab.castor.jdo.QueryResults

Packages that use QueryResults
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection.  
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of QueryResults in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that return QueryResults
 QueryResults Query.execute()
          Execute the query.
 QueryResults Query.execute(boolean scrollable)
          This is used for cursor support.
 QueryResults Query.execute(org.exolab.castor.mapping.AccessMode accessMode)
          Execute the query.
 QueryResults Query.execute(org.exolab.castor.mapping.AccessMode accessMode, boolean scrollable)
          This is used for cursor support.
 

Uses of QueryResults in org.exolab.castor.jdo.engine
 

Classes in org.exolab.castor.jdo.engine that implement QueryResults
(package private)  class OQLQueryImpl.OQLEnumeration
          Enumeration implementation to traverse the result as returned by the execution of the OQL query.
 class SimpleQueryExecutor.SimpleQueryResults
           
 

Methods in org.exolab.castor.jdo.engine that return QueryResults
 QueryResults OQLQueryImpl.execute()
           
 QueryResults OQLQueryImpl.execute(boolean scrollable)
           
 QueryResults OQLQueryImpl.execute(org.exolab.castor.mapping.AccessMode accessMode)
           
 QueryResults OQLQueryImpl.execute(org.exolab.castor.mapping.AccessMode accessMode, boolean scrollable)
           
 QueryResults SimpleQueryExecutor.execute(java.sql.Connection conn, QueryExpression expr, java.lang.Object[] bindValues)
          Executes a simple query and returns the results.
 



Copyright 2008 null. All Rights Reserved.