Uses of Class
org.castor.cpa.persistence.sql.engine.SQLEngine

Packages that use SQLEngine
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.keygen   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of SQLEngine in org.castor.cpa.persistence.sql.engine
 

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

Constructors in org.castor.cpa.persistence.sql.engine with parameters of type SQLEngine
SQLStatementDelete(SQLEngine engine)
          Constructor.
SQLStatementInsert(SQLEngine engine, PersistenceFactory factory)
          Constructor.
SQLStatementInsertCheck(SQLEngine engine, PersistenceFactory factory)
          Constructor.
SQLStatementLoad(SQLEngine engine, PersistenceFactory factory)
          Constructor creating new SQLStatementLoad.
SQLStatementUpdate(SQLEngine engine)
          Constructor.
SQLStatementUpdate2(SQLEngine engine)
          Constructor.
SQLStatementUpdateCheck(SQLEngine engine)
          Constructor.
SQLStatementUpdateCheck2(SQLEngine engine)
          Constructor.
 

Uses of SQLEngine in org.castor.cpa.persistence.sql.keygen
 

Methods in org.castor.cpa.persistence.sql.keygen with parameters of type SQLEngine
 void SequenceDuringKeyGenerator.buildStatement(SQLEngine engine)
          Builds the SQL insert statement.
 void NoKeyGenerator.buildStatement(SQLEngine engine)
          Builds the SQL insert statement.
 void KeyGenerator.buildStatement(SQLEngine engine)
          Builds the SQL insert statement.
 void AbstractBeforeKeyGenerator.buildStatement(SQLEngine engine)
          Builds the SQL insert statement.
 void AbstractAfterKeyGenerator.buildStatement(SQLEngine engine)
          Builds the SQL insert statement.
 

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

Constructors in org.exolab.castor.jdo.engine with parameters of type SQLEngine
SQLQuery(SQLEngine engine, PersistenceFactory factory, String sql, Class[] types, boolean isCallSql)
          Creates an instance of SQLQuery.
SQLStatementQuery(SQLEngine engine, PersistenceFactory factory)
           
 



Copyright © 2012. All Rights Reserved.