Module: QueryBuilder::CQL::Modifiers::Timestamp
- Included in:
- Statements::Batch
- Defined in:
- lib/query_builder/cql/modifiers/timestamp.rb
Overview
Provides LIMIT clauses for statements
Defined Under Namespace
Classes: Clause
Instance Method Summary collapse
-
#timestamp(value) ⇒ QueryBuilder::Core::Statement
Adds LIMIT clause to the statement.
Instance Method Details
#timestamp(value) ⇒ QueryBuilder::Core::Statement
Adds LIMIT clause to the statement
17 18 19 |
# File 'lib/query_builder/cql/modifiers/timestamp.rb', line 17 def (value) self << Clause.new(value: value) end |