FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
integer | messageId Unique request-response matching number. |
string | serviceId The service Id. |
integer | databaseId The database id for operation. |
string | name Optional name, generated if not provided. |
string | tableName The table to create the statement against. |
string | statementString SQL insert/update statement. |
sequence<string> | inputParamTypes Optional input parameter types. |
dictionary<integer, string> | inputToNameMap Parameter number to event field/data dictionary name mapping. |
dictionary<string, string> | extraParams This is currently a container to allow additional information in the future. |
Field detail |
---|
integer databaseIdThe database id for operation.
dictionary<string, string> extraParamsThis is currently a container to allow additional information in the future.
sequence<string> inputParamTypesOptional input parameter types.
dictionary<integer, string> inputToNameMapParameter number to event field/data dictionary name mapping.
integer messageIdUnique request-response matching number.
string nameOptional name, generated if not provided.
string serviceIdThe service Id.
string statementStringSQL insert/update statement.
string tableNameThe table to create the statement against.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |