Returns all nodes in this graph with the given org.opencypher.okapi.api.types.CTNode type.
Returns all nodes in this graph with the given org.opencypher.okapi.api.types.CTNode type.
field name for the returned nodes
node type used for selection
table of nodes of the specified type
Returns all relationships in this graph with the given org.opencypher.okapi.api.types.CTRelationship type.
Returns all relationships in this graph with the given org.opencypher.okapi.api.types.CTRelationship type.
field name for the returned relationships
relationship type used for selection
table of relationships of the specified type
The schema that describes this graph.
The schema that describes this graph.
the schema of this graph.
The session in which this graph is managed.
The session in which this graph is managed.
the session of this graph.
Constructs the union of this graph and the argument graph.
Constructs the union of this graph and the argument graph. Note that the argument graph has to be managed by the same session as this graph.
argument graph with which to union
union of this and the argument graph
Executes a Cypher query in the session that manages this graph, using this graph as the input graph.
Executes a Cypher query in the session that manages this graph, using this graph as the input graph.
Cypher query to execute
parameters used by the Cypher query
result of the query.
A Property Graph as defined by the openCypher Property Graph Model.
A graph is always tied to and managed by a session. The lifetime of a graph is bounded by the session lifetime.
A graph always has a schema, which describes the properties of the entities in the graph, grouped by the labels and relationship types of the entities.
openCypher Property Graph Model