Uses of Class
org.apache.empire.db.DBCmdParam
Packages that use DBCmdParam
Package
Description
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 DBCmdParamMethods in org.apache.empire.db that return DBCmdParamModifier and TypeMethodDescriptionfinal DBCmdParamDBCommand.addParam()Adds an command parameter which will be used in a prepared statement.final DBCmdParamAdds an command parameter which will be used in a prepared statement.Adds an command parameter which will be used in a prepared statement.final DBCmdParamDBCommand.addParam(DBColumnExpr colExpr, Object value) Adds an command parameter which will be used in a prepared statement.DBCmdParam.setReference(Object reference) Sets a reference object associated with this paramMethods in org.apache.empire.db that return types with arguments of type DBCmdParamMethods in org.apache.empire.db with parameters of type DBCmdParamModifier and TypeMethodDescriptionvoidDBCmdParamList.add(DBCmdParam param) final DBValueExprDBDatabase.getParamExpr(DBCmdParam param) Creates and returns a value expression for a command parameterprotected voidDBCmdParamList.notifyParamUsage(DBCmdParam param) internally used to reorder the command params to match their order of occurancevoidDBCmdParamList.remove(DBCmdParam param)