Class: Aws::Types::ColumnMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ColumnMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_base_column_type ⇒ ::Integer
Returns the value of attribute array_base_column_type.
-
#is_auto_increment ⇒ Boolean
Returns the value of attribute is_auto_increment.
-
#is_case_sensitive ⇒ Boolean
Returns the value of attribute is_case_sensitive.
-
#is_currency ⇒ Boolean
Returns the value of attribute is_currency.
-
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nullable ⇒ ::Integer
Returns the value of attribute nullable.
-
#precision ⇒ ::Integer
Returns the value of attribute precision.
-
#scale ⇒ ::Integer
Returns the value of attribute scale.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#type ⇒ ::Integer
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#array_base_column_type ⇒ ::Integer
Returns the value of attribute array_base_column_type.
87 88 89 |
# File 'sig/types.rbs', line 87 def array_base_column_type @array_base_column_type end |
#is_auto_increment ⇒ Boolean
Returns the value of attribute is_auto_increment.
80 81 82 |
# File 'sig/types.rbs', line 80 def is_auto_increment @is_auto_increment end |
#is_case_sensitive ⇒ Boolean
Returns the value of attribute is_case_sensitive.
83 84 85 |
# File 'sig/types.rbs', line 83 def is_case_sensitive @is_case_sensitive end |
#is_currency ⇒ Boolean
Returns the value of attribute is_currency.
82 83 84 |
# File 'sig/types.rbs', line 82 def is_currency @is_currency end |
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
81 82 83 |
# File 'sig/types.rbs', line 81 def is_signed @is_signed end |
#label ⇒ ::String
Returns the value of attribute label.
77 78 79 |
# File 'sig/types.rbs', line 77 def label @label end |
#name ⇒ ::String
Returns the value of attribute name.
74 75 76 |
# File 'sig/types.rbs', line 74 def name @name end |
#nullable ⇒ ::Integer
Returns the value of attribute nullable.
84 85 86 |
# File 'sig/types.rbs', line 84 def nullable @nullable end |
#precision ⇒ ::Integer
Returns the value of attribute precision.
85 86 87 |
# File 'sig/types.rbs', line 85 def precision @precision end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
86 87 88 |
# File 'sig/types.rbs', line 86 def scale @scale end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def schema_name @schema_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def table_name @table_name end |
#type ⇒ ::Integer
Returns the value of attribute type.
75 76 77 |
# File 'sig/types.rbs', line 75 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def type_name @type_name end |