com.apama.database
Event DeleteStoreStatement


Sent to adapter to delete a custom insert/update statement for use with the store events.

See also: StoreStatementAck()

Response event: StoreStatementAck(); errorMessage is blank on success, or otherwise a description of the error
Member summary
 integermessageId

Unique request-response matching number.
 stringserviceId

The service Id.
 integerdatabaseId

The database id.
 stringstatementName

The statement to be deleted.
 stringtableName

The name of the table the statement was created against.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

databaseId

            integer databaseId
        
The database id.

extraParams

            dictionary<stringstringextraParams
        
This is currently a container to allow additional information in the future.

messageId

            integer messageId
        
Unique request-response matching number.

serviceId

            string serviceId
        
The service Id.

statementName

            string statementName
        
The statement to be deleted.

tableName

            string tableName
        
The name of the table the statement was created against.