Class: Aws::Types::ColumnInfo
- Inherits:
-
Object
- Object
- Aws::Types::ColumnInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nullable ⇒ "NOT_NULL", ...
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 ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
167 168 169 |
# File 'sig/types.rbs', line 167 def case_sensitive @case_sensitive end |
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def catalog_name @catalog_name end |
#label ⇒ ::String
Returns the value of attribute label.
162 163 164 |
# File 'sig/types.rbs', line 162 def label @label end |
#name ⇒ ::String
Returns the value of attribute name.
161 162 163 |
# File 'sig/types.rbs', line 161 def name @name end |
#nullable ⇒ "NOT_NULL", ...
Returns the value of attribute nullable.
166 167 168 |
# File 'sig/types.rbs', line 166 def nullable @nullable end |
#precision ⇒ ::Integer
Returns the value of attribute precision.
164 165 166 |
# File 'sig/types.rbs', line 164 def precision @precision end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
165 166 167 |
# File 'sig/types.rbs', line 165 def scale @scale end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def schema_name @schema_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
160 161 162 |
# File 'sig/types.rbs', line 160 def table_name @table_name end |
#type ⇒ ::String
Returns the value of attribute type.
163 164 165 |
# File 'sig/types.rbs', line 163 def type @type end |