Class: Cassandra::Statements::Void

Inherits:
Object
  • Object
show all
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

Methods included from Cassandra::Statement

#idempotent?

Instance Method Details

#cqlnil

Returns nothing



33
34
35
# File 'lib/cassandra/statements/void.rb', line 33

def cql
  nil
end