Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected DBCmdParamList |
DBSQLBuilder.cmdParamList |
protected DBCmdParamList |
DBCommand.cmdParams |
Modifier and Type | Method and Description |
---|---|
void |
DBSQLBuilder.setCmdParams(DBCmdParamList cmdParamList) |
Constructor and Description |
---|
DBCommand(DBMSHandler dbms,
boolean autoPrepareStmt,
DBCmdParamList cmdParams)
Constructs a new DBCommand object and set the specified DBDatabase object.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.