Class: SchemaFerry::Core::TableSchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_ferry/core/schema_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#check_constraintsObject

Returns the value of attribute check_constraints

Returns:

  • (Object)

    the current value of check_constraints



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def check_constraints
  @check_constraints
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def columns
  @columns
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def comment
  @comment
end

#foreign_keysObject

Returns the value of attribute foreign_keys

Returns:

  • (Object)

    the current value of foreign_keys



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def foreign_keys
  @foreign_keys
end

#indexesObject

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def indexes
  @indexes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def name
  @name
end

#pk_limitObject

Returns the value of attribute pk_limit

Returns:

  • (Object)

    the current value of pk_limit



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def pk_limit
  @pk_limit
end

#pk_typeObject

Returns the value of attribute pk_type

Returns:

  • (Object)

    the current value of pk_type



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def pk_type
  @pk_type
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



7
8
9
# File 'lib/schema_ferry/core/schema_model.rb', line 7

def primary_key
  @primary_key
end