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

Instance Method Details

#cqlnil

Returns nothing

Returns:

  • (nil)

    there is no cql for the void statement



28
29
30
# File 'lib/cassandra/statements/void.rb', line 28

def cql
  nil
end