Apama Documentation : Connecting Apama Applications to External Components : Using Standard Adapters : Using the Apama Database Connector : 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.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback