class QueryBuilder::CQL::Statements::Truncate

Describes the ‘TRUNCATE’ CQL3 statement

Public Instance Methods

to_s() click to toggle source

Builds the statement

@return [String]

# File lib/query_builder/cql/statements/truncate.rb, line 15
def to_s
  cql["TRUNCATE", context.to_s]
end