com.apama.database
Event StoreData


Sent to adapter to store the data in the fieldValues field.

The acknowledge field indicates if a StoreOperationAck should be sent. If true any errors will be returned in the errorMessage field of StoreOperationAck, a StoreOperationError will not be sent.

Error only response event: StoreOperationError; errorMessage is equal to "Invalid database id". or otherwise a description of the error

Optional response event: StoreOperationAck; errorMessage is blank on success, equal to "Invalid database id" or otherwise a description of the error
Member summary
 integermessageId

Storage message id.
 stringserviceId

The service id.
 integerdatabaseId

Id of database to store into.
 booleanacknowledge

If true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage.
 stringtableName

The table to store the data in.
 stringstatementName

Optional user defined statement to use.
 dictionary<stringstring>fieldValues

The column values to be stored.
 dictionary<stringstring>extraParams

Any additional settings.
 
Member detail

acknowledge

            boolean acknowledge
        
If true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage.

databaseId

            integer databaseId
        
Id of database to store into.

extraParams

            dictionary<stringstringextraParams
        
Any additional settings.

fieldValues

            dictionary<stringstringfieldValues
        
The column values to be stored.

messageId

            integer messageId
        
Storage message id.

serviceId

            string serviceId
        
The service id.

statementName

            string statementName
        
Optional user defined statement to use.

tableName

            string tableName
        
The table to store the data in.