class Aws::RDSDataService::Types::ColumnMetadata
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/ColumnMetadata AWS API Documentation
@return [String]
The database-specific data type of the column.
@!attribute [rw] type_name
@return [Integer]
The type of the column.
@!attribute [rw] type
@return [String]
The name of the table that includes the column.
@!attribute [rw] table_name
@return [String]
The name of the schema that owns the table that includes the column.
@!attribute [rw] schema_name
@return [Integer]
The scale value of a decimal number column.
@!attribute [rw] scale
@return [Integer]
The precision value of a decimal number column.
@!attribute [rw] precision
@return [Integer]
A value that indicates whether the column is nullable.
@!attribute [rw] nullable
@return [String]
The name of the column.
@!attribute [rw] name
@return [String]
The label for the column.
@!attribute [rw] label
@return [Boolean]
A value that indicates whether an integer column is signed.
@!attribute [rw] is_signed
@return [Boolean]
A value that indicates whether the column contains currency values.
@!attribute [rw] is_currency
@return [Boolean]
A value that indicates whether the column is case-sensitive.
@!attribute [rw] is_case_sensitive
@return [Boolean]
A value that indicates whether the column increments automatically.
@!attribute [rw] is_auto_increment
@return [Integer]
The type of the column.
@!attribute [rw] array_base_column_type
Contains the metadata for a column.