Field - Amazon Redshift Data API
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Field

A data value in a column.

Contents

Note

In the following list, the required parameters are described first.

Important

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

blobValue

A value of the BLOB data type.

Type: Base64-encoded binary data object

Required: No

booleanValue

A value of the Boolean data type.

Type: Boolean

Required: No

doubleValue

A value of the double data type.

Type: Double

Required: No

isNull

A value that indicates whether the data is NULL.

Type: Boolean

Required: No

longValue

A value of the long data type.

Type: Long

Required: No

stringValue

A value of the string data type.

Type: String

Required: No

See Also

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