Uses of Class
org.exolab.castor.jdo.engine.SQLEngine

Packages that use SQLEngine
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

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

Methods in org.exolab.castor.jdo.engine that return SQLEngine
 SQLEngine SQLEngine.getExtends()
           
 

Methods in org.exolab.castor.jdo.engine with parameters of type SQLEngine
 void SQLEngine.setExtends(SQLEngine engine)
          Mutator method for setting extends SQLEngine.
 

Constructors in org.exolab.castor.jdo.engine with parameters of type SQLEngine
SQLQuery(SQLEngine engine, PersistenceFactory factory, java.lang.String sql, java.lang.Class[] types, boolean isCallSql)
          Creates an instance of SQLQuery.
SQLStatementCreate(SQLEngine engine, PersistenceFactory factory)
           
SQLStatementLoad(SQLEngine engine, PersistenceFactory factory)
           
SQLStatementLookup(SQLEngine engine, PersistenceFactory factory)
           
SQLStatementRemove(SQLEngine engine, PersistenceFactory factory)
           
SQLStatementStore(SQLEngine engine, PersistenceFactory factory, java.lang.String load)
           
 



Copyright 2008 null. All Rights Reserved.