Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected Vector<DBCmdParam> |
DBCommand.cmdParams |
Modifier and Type | Method and Description |
---|---|
DBCmdParam |
DBCommand.addParam()
Adds an command parameter which will be used in a prepared statement.
|
DBCmdParam |
DBCommand.addParam(DataType type,
Object value)
Adds an command parameter which will be used in a prepared statement.
|
DBCmdParam |
DBCommand.addParam(DBColumnExpr colExpr,
Object value)
Adds an command parameter which will be used in a prepared statement.
|
DBCmdParam |
DBCommand.addParam(Object value)
Adds an command parameter which will be used in a prepared statement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBCommand.notifyParamUsage(DBCmdParam param)
internally used to reorder the command params to match their order of occurance
|
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.