com.apama.database
Event DBAcknowledge


Event sent when an acknowledgement is requested using the doSQLCmdAck, doSQLCommitAck, doSQLRollbackAck, doSQLQueryAck, or doSQLEventQueryAck actions.
Member summary
 integerackNum

The id of this acknowledge based on the original request.
 booleansuccess

Indicates success or failure of the original request.
 stringerror

Contains the error message if there was an error, emtpy if there is no error.
 
Member detail

ackNum

            integer ackNum
        
The id of this acknowledge based on the original request.

error

            string error
        
Contains the error message if there was an error, emtpy if there is no error.

success

            boolean success
        
Indicates success or failure of the original request.