Uses of Class
org.apache.empire.db.DBCmdParam

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

Uses of DBCmdParam in org.apache.empire.db
 

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

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

Methods in org.apache.empire.db with parameters of type DBCmdParam
protected  void DBCommand.notifyParamUsage(DBCmdParam param)
          internally used to reorder the command params to match their order of occurance
 



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