cymple.builder.Procedure
- class cymple.builder.Procedure(query)
Bases:
QueryA class for representing a “PROCEDURE” 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 .
procedure(literal_procedure)Concatenate a literal procedure.
- cypher(cypher_query_str)
Concatenate a cypher query string
- get()
Get the final query string .
- procedure(literal_procedure: str)
Concatenate a literal procedure.
- Parameters:
literal_procedure (str) – A string that is evaluated to a cypher procedure
- Returns:
A Query object with a query that contains the new clause.
- Return type: