FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
integer | messageId Unique id for this query. |
string | serviceId The serviceId this prepared query is to be created on. |
integer | databaseId The database connection id. |
string | query Prepared query to create. |
sequence<string> | inputParamTypes Optional input parameter types for prepared queries or stored procedures. |
sequence<string> | outputParamTypes Optional output parameter types for stored procedures. |
dictionary<string, string> | extraParams This is currently a container to allow additional information in the future. |
Field detail |
---|
integer databaseIdThe database connection id.
dictionary<string, string> extraParamsThis is currently a container to allow additional information in the future.
sequence<string> inputParamTypesOptional input parameter types for prepared queries or stored procedures.
integer messageIdUnique id for this query.
sequence<string> outputParamTypesOptional output parameter types for stored procedures.
string queryPrepared query to create.
string serviceIdThe serviceId this prepared query is to be created on.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |