class QueryBuilder::CQL::Statements::AlterTable

Describes the ‘CREATE TABLE’ CQL3 statement

Public Instance Methods

to_s() click to toggle source

Builds the statement

@return [String]

# File lib/query_builder/cql/statements/alter_table.rb, line 17
def to_s
  cql["ALTER TABLE", context.to_s, maybe_with]
end