Value - RDS Data API

Value

Contains the value of a column.

Note

This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

arrayValues

An array of column values.

Type: Array of Value objects

Required: No

bigIntValue

A value for a column of big integer data type.

Type: Long

Required: No

bitValue

A value for a column of BIT data type.

Type: Boolean

Required: No

blobValue

A value for a column of BLOB data type.

Type: Base64-encoded binary data object

Required: No

doubleValue

A value for a column of double data type.

Type: Double

Required: No

intValue

A value for a column of integer data type.

Type: Integer

Required: No

isNull

A NULL value.

Type: Boolean

Required: No

realValue

A value for a column of real data type.

Type: Float

Required: No

stringValue

A value for a column of string data type.

Type: String

Required: No

structValue

A value for a column of STRUCT data type.

Type: StructValue object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: