class Cassandra::Statements::Simple
Inherits
ObjectIncludes
Methods
  
    
      self.
  new
(cql, params = nil, type_hints = nil, idempotent = false)Returns a new instance of Simple
- Note
 - Positional arguments for simple statements are only supported starting with Apache Cassandra 2.0 and above.
 - Note
 - Named arguments for simple statements are only supported starting with Apache Cassandra 2.1 and above.
 
cql
Returns original cql used to prepare this statement
params
Returns a list of positional parameters for the cql
inspect
Returns a CLI-friendly simple statement representation
eql?
(other) aliased as: ==Returns whether the statements are equal