Class: QueryBuilder::CQL::Modifiers::WithOptions::Clause Private

Inherits:
BaseCondition show all
Defined in:
lib/query_builder/cql/modifiers/with_options.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The clause for adding to a statement

Method Summary

Methods inherited from BaseCondition

#to_s

Methods included from Operators

cql, cql_composite, cql_dec, cql_element, cql_entries, cql_frozen, cql_full, cql_gt, cql_gte, cql_in, cql_inc, cql_keys, cql_list, cql_literal, cql_lt, cql_lte, cql_map, cql_set, cql_token, cql_token_value, cql_ttl, cql_tuple, cql_tuple_value, cql_writetime

Methods inherited from QueryBuilder::Core::Clause

#type, type, unique

Methods inherited from QueryBuilder::Core::Base

#initialize, #to_s

Constructor Details

This class inherits a constructor from QueryBuilder::Core::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class QueryBuilder::CQL::Operators