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