|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.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,
java.lang.Object value)
Adds an command parameter which will be used in a prepared statement. |
DBCommand.DBCommandParam |
DBCommand.addParam(DBColumnExpr colExpr,
java.lang.Object value)
Adds an command parameter which will be used in a prepared statement. |
DBCommand.DBCommandParam |
DBCommand.addParam(java.lang.Object value)
Adds an command parameter which will be used in a prepared statement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |