Apama 10.3.1 | Apama Documentation | 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.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.