ColumnMetadata - RDS Data API
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ColumnMetadata

Contains the metadata for a column.

Contents

arrayBaseColumnType

The type of the column.

Type: Integer

Required: No

isAutoIncrement

A value that indicates whether the column increments automatically.

Type: Boolean

Required: No

isCaseSensitive

A value that indicates whether the column is case-sensitive.

Type: Boolean

Required: No

isCurrency

A value that indicates whether the column contains currency values.

Type: Boolean

Required: No

isSigned

A value that indicates whether an integer column is signed.

Type: Boolean

Required: No

label

The label for the column.

Type: String

Required: No

name

The name of the column.

Type: String

Required: No

nullable

A value that indicates whether the column is nullable.

Type: Integer

Required: No

precision

The precision value of a decimal number column.

Type: Integer

Required: No

scale

The scale value of a decimal number column.

Type: Integer

Required: No

schemaName

The name of the schema that owns the table that includes the column.

Type: String

Required: No

tableName

The name of the table that includes the column.

Type: String

Required: No

type

The type of the column.

Type: Integer

Required: No

typeName

The database-specific data type of the column.

Type: String

Required: No

See Also

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