Class: FlareUp::Command::DropTable

Inherits:
Base
  • Object
show all
Defined in:
lib/flare_up/command/drop_table.rb

Instance Attribute Summary

Attributes inherited from Base

#table_name

Instance Method Summary collapse

Methods inherited from Base

#execute, #initialize, #name

Constructor Details

This class inherits a constructor from FlareUp::Command::Base

Instance Method Details

#get_commandObject



6
7
8
# File 'lib/flare_up/command/drop_table.rb', line 6

def get_command
  "DROP TABLE #{@table_name} #{@options}"
end