org.opencypher.okapi.api.graph
Returns a org.opencypher.okapi.api.graph.QualifiedGraphName from its string representation.
Returns a org.opencypher.okapi.api.graph.QualifiedGraphName from its string representation. A qualified graph name consists of a namespace part and a graph name part separated by a '.' character. For example,
mynamespace.mygraphname mynamespace.my.graph.name
are valid qualified graph names. The separation between namespace and graph name is expected to be at the first occurring '.'. A graph name may contain an arbitrary number of additional '.' characters. Note that a string without any '.' characters is considered to be associated with the org.opencypher.okapi.impl.io.SessionPropertyGraphDataSource.
string representation of a qualified graph name
qualified graph name