Apama 10.7.2 | Connecting Apama Applications to External Components | Standard IAF Plug-ins | The Database Connector IAF Adapter (ADBC) | The ADBCHelper application programming interface | Issuing SQL commands
 
Issuing SQL commands
The following actions execute SQL commands and expect no responses.
action doSQLCmd( string queryString )
action doSQLCmdAck(
string queryString,
integer ackNum,
boolean onError )
action doSQLCmdOnError( string queryString )
The doSQLCmdOnError action executes only if a previous non- *OnError operation failed. This is useful for doing, for example, a select * from table command and then, if an error occurs, execute a create table ... command.