Sha256: 1040e511ab454cdeb24128e9c61f1ce824ac91091cb612a719d619ee6b53cae8
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
module FlareUp module Command class Truncate < Command::Base # http://docs.aws.amazon.com/redshift/latest/dg/r_TRUNCATE.html def get_command "TRUNCATE #{@table_name}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flare-up-0.10 | lib/flare_up/command/truncate.rb |