com.apama.database
Event StoreStatementAck


The acknowledgement event for CreateStoreStatement or DeleteStoreStatement.

See also: CreateStoreStatement and DeleteStoreStatement
Member summary
 integermessageId

Unique request-response matching number.
 stringserviceId

The service Id.
 integerdatabaseId

The database id.
 stringstatementName

Name of insert/update statement.
 stringerrorMessage

Blank on success, otherwise the error message.
 dictionary<stringstring>extraParams

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

databaseId

integer databaseId
The database id.

errorMessage

string errorMessage
Blank on success, otherwise the error message.

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
Name of insert/update statement.