You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDSDataService::Types::ColumnMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the metadata for a column.

Instance Attribute Summary collapse

Instance Attribute Details

#array_base_column_type ⇒ Integer

The type of the column.

Returns:

  • (Integer) —

    The type of the column.

#is_auto_increment ⇒ Boolean

A value that indicates whether the column increments automatically.

Returns:

  • (Boolean) —

    A value that indicates whether the column increments automatically.

#is_case_sensitive ⇒ Boolean

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

Returns:

  • (Boolean) —

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

#is_currency ⇒ Boolean

A value that indicates whether the column contains currency values.

Returns:

  • (Boolean) —

    A value that indicates whether the column contains currency values.

#is_signed ⇒ Boolean

A value that indicates whether an integer column is signed.

Returns:

  • (Boolean) —

    A value that indicates whether an integer column is signed.

#label ⇒ String

The label for the column.

Returns:

  • (String) —

    The label for the column.

#name ⇒ String

The name of the column.

Returns:

  • (String) —

    The name of the column.

#nullable ⇒ Integer

A value that indicates whether the column is nullable.

Returns:

  • (Integer) —

    A value that indicates whether the column is nullable.

#precision ⇒ Integer

The precision value of a decimal number column.

Returns:

  • (Integer) —

    The precision value of a decimal number column.

#scale ⇒ Integer

The scale value of a decimal number column.

Returns:

  • (Integer) —

    The scale value of a decimal number column.

#schema_name ⇒ String

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

Returns:

  • (String) —

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

#table_name ⇒ String

The name of the table that includes the column.

Returns:

  • (String) —

    The name of the table that includes the column.

#type ⇒ Integer

The type of the column.

Returns:

  • (Integer) —

    The type of the column.

#type_name ⇒ String

The database-specific data type of the column.

Returns:

  • (String) —

    The database-specific data type of the column.