Parent

Methods

SQL::TableCreator::SqlExpr

Attributes

sql[RW]

Public Class Methods

new(sql) click to toggle source
    # File lib/dm-migrations/sql/table_creator.rb, line 44
44:       def initialize(sql)
45:         @sql = sql
46:       end

Public Instance Methods

to_s() click to toggle source
    # File lib/dm-migrations/sql/table_creator.rb, line 48
48:       def to_s
49:         @sql.to_s
50:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.