Class: PartitionGardener::ChildColumnAlign::Column
- Inherits:
-
Data
- Object
- Data
- PartitionGardener::ChildColumnAlign::Column
- Defined in:
- lib/partition_gardener/child_column_align.rb
Instance Attribute Summary collapse
-
#collation_name ⇒ Object
readonly
Returns the value of attribute collation_name.
-
#collation_schema ⇒ Object
readonly
Returns the value of attribute collation_schema.
-
#default_expression ⇒ Object
readonly
Returns the value of attribute default_expression.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#not_null ⇒ Object
readonly
Returns the value of attribute not_null.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#collation_name ⇒ Object (readonly)
Returns the value of attribute collation_name
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def collation_name @collation_name end |
#collation_schema ⇒ Object (readonly)
Returns the value of attribute collation_schema
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def collation_schema @collation_schema end |
#default_expression ⇒ Object (readonly)
Returns the value of attribute default_expression
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def default_expression @default_expression end |
#name ⇒ Object (readonly)
Returns the value of attribute name
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def name @name end |
#not_null ⇒ Object (readonly)
Returns the value of attribute not_null
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def not_null @not_null end |
#type ⇒ Object (readonly)
Returns the value of attribute type
3 4 5 |
# File 'lib/partition_gardener/child_column_align.rb', line 3 def type @type end |