Class: Scheman::Views::Mysql::DropTable
- Defined in:
- lib/scheman/views/mysql.rb
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Scheman::Views::Mysql::Node
Instance Method Details
#to_s ⇒ Object
121 122 123 |
# File 'lib/scheman/views/mysql.rb', line 121 def to_s "DROP TABLE `#{table_name}`;" end |