Uses of Class
org.apache.empire.db.DBCommand.DBCommandParam

Packages that use DBCommand.DBCommandParam
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBCommand.DBCommandParam in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBCommand.DBCommandParam
protected  Vector<DBCommand.DBCommandParam> DBCommand.cmdParams
           
 

Methods in org.apache.empire.db that return DBCommand.DBCommandParam
 DBCommand.DBCommandParam DBCommand.addParam()
          Adds an command parameter which will be used in a prepared statement.
 DBCommand.DBCommandParam DBCommand.addParam(DataType type, Object value)
          Adds an command parameter which will be used in a prepared statement.
 DBCommand.DBCommandParam DBCommand.addParam(DBColumnExpr colExpr, Object value)
          Adds an command parameter which will be used in a prepared statement.
 DBCommand.DBCommandParam DBCommand.addParam(Object value)
          Adds an command parameter which will be used in a prepared statement.
 



Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.