Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.dbms.oracle |
This package contains classes necessary to support the Oracle database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBCmdParamList
DBCmdParamList
This class handles command parameters for Prepared Statements
|
Modifier and Type | Method and Description |
---|---|
abstract DBCmdParams |
DBCommandExpr.getParams() |
DBCmdParams |
DBCommand.getParams() |
DBCmdParams |
DBCombinedCmd.getParams() |
Modifier and Type | Method and Description |
---|---|
void |
DBCmdParamList.mergeSubqueryParams(DBCmdParams subQueryParams)
Used to merge CmdParams from a subquery with the current command params list
|
Constructor and Description |
---|
DBCmdParamList(DBCmdParams initial) |
Modifier and Type | Method and Description |
---|---|
DBCmdParams |
DBCommandOracle.getParams() |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.