class Cassandra::Statements::Simple
Inherits
Object
Includes
Methods
self.new(cql, params)
Returns a new instance of Simple
- Note
- Positional arguments for simple statements are only supported on starting with Apache Cassandra 2.0 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
guess_type(value)