Class: Cassandra::Statements::Void
- Inherits:
-
Object
- Object
- Cassandra::Statements::Void
- Includes:
- Cassandra::Statement
- Defined in:
- lib/cassandra/statements/void.rb
Overview
This statement is passed to LoadBalancing::Policy#plan when establishing connections and preparing statements
Instance Method Summary collapse
-
#cql ⇒ nil
Returns nothing.
Instance Method Details
#cql ⇒ nil
Returns nothing
28 29 30 |
# File 'lib/cassandra/statements/void.rb', line 28 def cql nil end |