Class: SchemaFerry::TableSchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_ferry/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



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def check_constraints
  @check_constraints
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def columns
  @columns
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def comment
  @comment
end

#foreign_keysObject

Returns the value of attribute foreign_keys

Returns:

  • (Object)

    the current value of foreign_keys



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def foreign_keys
  @foreign_keys
end

#indexesObject

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def indexes
  @indexes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def name
  @name
end

#pk_limitObject

Returns the value of attribute pk_limit

Returns:

  • (Object)

    the current value of pk_limit



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def pk_limit
  @pk_limit
end

#pk_typeObject

Returns the value of attribute pk_type

Returns:

  • (Object)

    the current value of pk_type



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def pk_type
  @pk_type
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



4
5
6
# File 'lib/schema_ferry/schema_model.rb', line 4

def primary_key
  @primary_key
end