class QueryBuilder::CQL::Statements::ListRoles
Describes the ‘LIST ROLES;’ CQL3 statement
Public Instance Methods
to_s()
click to toggle source
Builds the statement
@return [String]
# File lib/query_builder/cql/statements/list_roles.rb, line 15 def to_s "LIST ROLES;" end