class Aws::RDSDataService::Types::Value
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/Value AWS API Documentation
@return [Types::StructValue]
A value for a column of STRUCT data type.
@!attribute [rw] struct_value
@return [Array<Types::Value>]
An array of column values.
@!attribute [rw] array_values
@return [String]
A value for a column of BLOB data type.
@!attribute [rw] blob_value
@return [String]
A value for a column of string data type.
@!attribute [rw] string_value
@return [Float]
A value for a column of real data type.
@!attribute [rw] real_value
@return [Float]
A value for a column of double data type.
@!attribute [rw] double_value
@return [Integer]
A value for a column of integer data type.
@!attribute [rw] int_value
@return [Integer]
A value for a column of big integer data type.
@!attribute [rw] big_int_value
@return [Boolean]
A value for a column of BIT data type.
@!attribute [rw] bit_value
@return [Boolean]
A NULL value.
@!attribute [rw] is_null
@note Value is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Value corresponding to the set member.
</note>
operation instead.
operation. Use the ‘BatchExecuteStatement` or `ExecuteStatement`
<note markdown=“1”> This data structure is only used with the deprecated `ExecuteSql`
Contains the value of a column.