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