class QueryBuilder::CQL::Statements::ListUsers

Describes the ‘LIST USERS;’ CQL3 statement

Public Instance Methods

to_s() click to toggle source

Builds the statement

@return [String]

# File lib/query_builder/cql/statements/list_users.rb, line 15
def to_s
  "LIST USERS;"
end