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