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(AccessMode accessMode)
          Execute the query.
 QueryResults Query.execute(AccessMode accessMode, boolean scrollable)
          This is used for cursor support.
 QueryResults Query.execute(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
 class SimpleQueryExecutor.SimpleQueryResults
           
 

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



Copyright © 2010. All Rights Reserved.