Uses of Class
org.apache.empire.db.DBCmdParamList
Packages that use DBCmdParamList
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBCmdParamList in org.apache.empire.db
Fields in org.apache.empire.db declared as DBCmdParamListModifier and TypeFieldDescriptionprotected DBCmdParamListDBSQLBuilder.cmdParamListprotected DBCmdParamListDBCombinedCmd.cmdParamsprotected DBCmdParamListDBCommand.cmdParamsMethods in org.apache.empire.db with parameters of type DBCmdParamListConstructors in org.apache.empire.db with parameters of type DBCmdParamListModifierConstructorDescriptionprotectedDBCommand(DBMSHandler dbms, boolean autoPrepareStmt, DBCmdParamList cmdParams) Constructs a new DBCommand object and set the specified DBDatabase object.