class QueryBuilder::CQL::Modifiers::IfNotExists::Clause

The clause for adding to a statement

@api private

Public Instance Methods

to_s() click to toggle source

@private

# File lib/query_builder/cql/modifiers/if_not_exists.rb, line 36
def to_s
  "NOT EXISTS"
end