TIBCO BusinessEvents®
RDBMS
Database
Database
.
executeSQL()
Signature
int executeSQL(String sql)
Domain
ACTION, CONDITION, BUI
Description
Executes an SQL statement using the connection that is set
Parameters
Name
Type
Description
sql
String
SQL statement to execute
Returns
Type
Description
int
Total number of records affected by the SQL statement.
Cautions
none