Retrieves the graph if one is returned by the query.
Retrieves the graph if one is returned by the query.
If the query returns a table, None is returned.
a graph if the query returned one, None otherwise
API for printable plans.
API for printable plans. This is used for explaining the execution plan of a Cypher query.
The table of records if one was returned by the query.
The table of records if one was returned by the query.
Returns None if the query returned a graph.
a table of records, None otherwise.
Retrieves the graph if one is returned by the query, otherwise an exception is thrown.
Retrieves the graph if one is returned by the query, otherwise an exception is thrown.
graph as returned by the query.
The table of records if one was returned by the query, otherwise an exception is thrown.
The table of records if one was returned by the query, otherwise an exception is thrown.
a table of records.
Describes the result of executing a Cypher query.
The result of a Cypher query consists of a table of records and a set of named graphs.