Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Column
Metadata Contains the metadata for a column.
- Record
A record returned by a call.
This data structure is only used with the deprecated
ExecuteSql
operation. Use theBatchExecuteStatement
orExecuteStatement
operation instead.- Result
Frame The result set returned by a SQL statement.
This data structure is only used with the deprecated
ExecuteSql
operation. Use theBatchExecuteStatement
orExecuteStatement
operation instead.- Result
SetMetadata The metadata of the result set returned by a SQL statement.
- Result
SetOptions Options that control how the result set is returned.
- SqlParameter
A parameter used in a SQL statement.
- SqlStatement
Result The result of a SQL statement.
This data structure is only used with the deprecated
ExecuteSql
operation. Use theBatchExecuteStatement
orExecuteStatement
operation instead.- Struct
Value A structure value returned by a call.
This data structure is only used with the deprecated
ExecuteSql
operation. Use theBatchExecuteStatement
orExecuteStatement
operation instead.- Update
Result The response elements represent the results of an update.
Enums§
- Array
Value Contains an array.
- Decimal
Return Type - When writing a match expression against
DecimalReturnType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Field
Contains a value.
- Long
Return Type - When writing a match expression against
LongReturnType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Records
Format Type - When writing a match expression against
RecordsFormatType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Type
Hint - When writing a match expression against
TypeHint
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Value
Contains the value of a column.
This data structure is only used with the deprecated
ExecuteSql
operation. Use theBatchExecuteStatement
orExecuteStatement
operation instead.