Parent

Methods

SQL::Table

Attributes

name[RW]
columns[RW]

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.