cymple.builder.OnMatch
- class cymple.builder.OnMatch(query)
Bases:
QueryA class for representing a “ON MATCH” clause.
- __init__(query)
Initialize the query object.
Methods
__init__(query)Initialize the query object.
cypher(cypher_query_str)Concatenate a cypher query string
get()Get the final query string .
on_match()Concatenate the "ON MATCH" clause.
- cypher(cypher_query_str)
Concatenate a cypher query string
- get()
Get the final query string .
- on_match()
Concatenate the “ON MATCH” clause.
- Returns:
A Query object with a query that contains the new clause.
- Return type: