TIBCO BusinessEvents®
RDBMS
Database
Util
Database.Util
.
addIntParam()
Signature
void addIntParam (List list, Object value)
Domain
ACTION
Description
Adds the specified integer element to the PreparedStatement parameters list.
Parameters
Name
Type
Description
list
List
The list of PreparedStatement parameters.
value
Object
int value.
Returns
Type
Description
void
Cautions
none