- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-rds-data
ColumnMetadata Interface
Contains the metadata for a column.
Members
Name | Type | Details |
---|---|---|
arrayBaseColumnType | number | undefined | The type of the column. |
isAutoIncrement | boolean | undefined | A value that indicates whether the column increments automatically. |
isCaseSensitive | boolean | undefined | A value that indicates whether the column is case-sensitive. |
isCurrency | boolean | undefined | A value that indicates whether the column contains currency values. |
isSigned | boolean | undefined | A value that indicates whether an integer column is signed. |
label | string | undefined | The label for the column. |
name | string | undefined | The name of the column. |
nullable | number | undefined | A value that indicates whether the column is nullable. |
precision | number | undefined | The precision value of a decimal number column. |
scale | number | undefined | The scale value of a decimal number column. |
schemaName | string | undefined | The name of the schema that owns the table that includes the column. |
tableName | string | undefined | The name of the table that includes the column. |
type | number | undefined | The type of the column. |
typeName | string | undefined | The database-specific data type of the column. |
Full Signature
export interface ColumnMetadata