Sha256: 7db1fb790364bb40281fa8167da99a2467c411c863c3d91293cb7227115e72af
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
module FlareUp module Command class DropTable < Command::Base # http://docs.aws.amazon.com/redshift/latest/dg/r_DROP_TABLE.html def get_command "DROP TABLE #{@table_name} #{@options}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flare-up-0.10 | lib/flare_up/command/drop_table.rb |