FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
integer | messageId Storage message id. |
string | serviceId The service id. |
integer | databaseId Id of database to store into. |
boolean | acknowledge If true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage. |
string | tableName The table to store the data in. |
string | statementName Optional user defined statement to use. |
dictionary<string, string> | fieldValues The column values to be stored. |
dictionary<string, string> | extraParams Any additional settings. |
Field detail |
---|
boolean acknowledgeIf true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage.
integer databaseIdId of database to store into.
dictionary<string, string> extraParamsAny additional settings.
dictionary<string, string> fieldValuesThe column values to be stored.
integer messageIdStorage message id.
string serviceIdThe service id.
string statementNameOptional user defined statement to use.
string tableNameThe table to store the data in.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |