Module: QueryBuilder::CQL::Modifiers::Unlogged
- Included in:
- Statements::Batch
- Defined in:
- lib/query_builder/cql/modifiers/unlogged.rb
Overview
Provides UNLOGGED batch type
Defined Under Namespace
Classes: Clause
Instance Method Summary collapse
-
#unlogged ⇒ QueryBuilder::Core::Statement
Adds a clause to the statement.
Instance Method Details
#unlogged ⇒ QueryBuilder::Core::Statement
Adds a clause to the statement
15 16 17 |
# File 'lib/query_builder/cql/modifiers/unlogged.rb', line 15 def unlogged self << Clause.new end |