com.apama.database
Event CreateStoreStatement


Sent to adapter to create 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 for operation.
 stringname

Optional name, generated if not provided.
 stringtableName

The table to create the statement against.
 stringstatementString

SQL insert/update statement.
 sequence<string>inputParamTypes

Optional input parameter types.
 dictionary<integerstring>inputToNameMap

Parameter number to event field/data dictionary name mapping.
 dictionary<stringstring>extraParams

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

databaseId

            integer databaseId
        
The database id for operation.

extraParams

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

inputParamTypes

            sequence<stringinputParamTypes
        
Optional input parameter types.

inputToNameMap

            dictionary<integerstringinputToNameMap
        
Parameter number to event field/data dictionary name mapping.

messageId

            integer messageId
        
Unique request-response matching number.

name

            string name
        
Optional name, generated if not provided.

serviceId

            string serviceId
        
The service Id.

statementString

            string statementString
        
SQL insert/update statement.

tableName

            string tableName
        
The table to create the statement against.