Class: CassandraDB::Statements::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra_db/statements.rb

Direct Known Subclasses

Delete, Insert, Select, Update

Instance Method Summary collapse

Instance Method Details

#optionsObject



5
6
7
# File 'lib/cassandra_db/statements.rb', line 5

def options
  {arguments: arguments}
end

#to_sObject



9
10
11
# File 'lib/cassandra_db/statements.rb', line 9

def to_s
  "#{cql} #{options}"
end