class QueryBuilder::CQL::Statements::Insert
Describes the ‘INSERT’ CQL3 statement
Public Instance Methods
to_s()
click to toggle source
Builds the statement
@return [String]
# File lib/query_builder/cql/statements/insert.rb, line 19 def to_s cql["INSERT INTO", context.to_s, maybe_insert, maybe_using, maybe_if] end