Deletes the org.opencypher.okapi.api.graph.PropertyGraph within the data source that is stored under the given org.opencypher.okapi.api.graph.GraphName.
Deletes the org.opencypher.okapi.api.graph.PropertyGraph within the data source that is stored under the given org.opencypher.okapi.api.graph.GraphName.
name under which the graph is stored
Returns the org.opencypher.okapi.api.graph.PropertyGraph that is stored under the given name.
Returns the org.opencypher.okapi.api.graph.PropertyGraph that is stored under the given name.
name of the graph within the data source
property graph
Returns the org.opencypher.okapi.api.graph.GraphNames of all org.opencypher.okapi.api.graph.PropertyGraphs stored within the data source.
Returns the org.opencypher.okapi.api.graph.GraphNames of all org.opencypher.okapi.api.graph.PropertyGraphs stored within the data source.
names of stored graphs
Returns true if the data source stores a graph under the given org.opencypher.okapi.api.graph.GraphName.
Returns true if the data source stores a graph under the given org.opencypher.okapi.api.graph.GraphName.
name of the graph within the data source
true, iff the graph is stored within the data source
Returns the org.opencypher.okapi.api.schema.Schema of the graph that is stored under the given name.
Returns the org.opencypher.okapi.api.schema.Schema of the graph that is stored under the given name.
This method gives implementers the ability to efficiently retrieve a graph schema from the data source directly. For reasons of performance, it is highly recommended to make a schema available through this call. If an efficient retrieval is not possible, the call is typically forwarded to the graph using the org.opencypher.okapi.api.graph.PropertyGraph#schema call, which may require materialising the full graph.
name of the graph within the data source
graph schema
Stores the given org.opencypher.okapi.api.graph.PropertyGraph under the given org.opencypher.okapi.api.graph.GraphName within the data source.
Stores the given org.opencypher.okapi.api.graph.PropertyGraph under the given org.opencypher.okapi.api.graph.GraphName within the data source.
name under which the graph shall be stored
property graph