cymple.builder.Merge
- class cymple.builder.Merge(query)
Bases:
QueryA class for representing a “MERGE” 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 .
merge()Concatenate the "MERGE" clause.
- cypher(cypher_query_str)
Concatenate a cypher query string
- get()
Get the final query string .
- merge()
Concatenate the “MERGE” clause.
- Returns:
A Query object with a query that contains the new clause.
- Return type: