Class: PartitionGardener::ChildColumnAlign::Column

Inherits:
Data
  • Object
show all
Defined in:
lib/partition_gardener/child_column_align.rb

Instance Attribute Summary collapse

Instance Attribute Details

#collation_nameObject (readonly)

Returns the value of attribute collation_name

Returns:

  • (Object)

    the current value of collation_name



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def collation_name
  @collation_name
end

#collation_schemaObject (readonly)

Returns the value of attribute collation_schema

Returns:

  • (Object)

    the current value of collation_schema



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def collation_schema
  @collation_schema
end

#default_expressionObject (readonly)

Returns the value of attribute default_expression

Returns:

  • (Object)

    the current value of default_expression



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def default_expression
  @default_expression
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def name
  @name
end

#not_nullObject (readonly)

Returns the value of attribute not_null

Returns:

  • (Object)

    the current value of not_null



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def not_null
  @not_null
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/partition_gardener/child_column_align.rb', line 3

def type
  @type
end