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