TIBCO BusinessEvents™
RDBMS
Database
Util
Database.Util
.
addParam()
Signature
void addParam ( List paramList, Object value)
Domain
ACTION
Description
Adds the specified Object element to the PreparedStatement parameters list.
Parameters
Name
Type
Description
list
List
The list of PreparedStatement parameters.
value
Object
Object value.
Returns
Type
Description
void
Cautions
For improved performance use methods specific to dataTypes such as - addIntPreparedStmtParam, addStringPreparedStmtParam etc