class QueryBuilder::CQL::Statements::AlterRole

Describes the ‘ALTER ROLE’ CQL3 statement

Public Instance Methods

to_s() click to toggle source

Builds the statement

@return [String]

# File lib/query_builder/cql/statements/alter_role.rb, line 18
def to_s
  cql["ALTER ROLE", context.name, maybe_with, maybe_superuser]
end