Parent

Methods

SQL::Table

Attributes

columns[RW]
name[RW]

Public Instance Methods

column(column_name) click to toggle source
# File lib/dm-migrations/sql/table.rb, line 11
def column(column_name)
  @columns.select { |c| c.name == column_name.to_s }.first
end
to_s() click to toggle source
# File lib/dm-migrations/sql/table.rb, line 7
def to_s
  name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.