Class: Neo4j::Core::QueryClauses::OnCreateSetClause

Inherits:
SetClause show all
Defined in:
lib/neo4j-core/query_clauses.rb

Direct Known Subclasses

OnMatchSetClause

Constant Summary

Constants included from CypherTranslator

CypherTranslator::SANITIZE_ESCAPED_REGEXP

Instance Attribute Summary

Attributes inherited from Clause

#params

Instance Method Summary collapse

Methods inherited from SetClause

clause_string, #from_key_and_value

Methods inherited from Clause

from_args, #from_string, #node_from_key_and_value, to_cypher, #value

Methods included from CypherTranslator

#cypher_prop_list, #escape_quotes, #escape_value, #sanitize_escape_sequences, sanitized_column_names, translate_response

Constructor Details

#initialize(*args) ⇒ OnCreateSetClause

Returns a new instance of OnCreateSetClause.



405
406
407
408
# File 'lib/neo4j-core/query_clauses.rb', line 405

def initialize(*args)
  super
  @options[:set_props] = false
end