Package-level declarations
Types
Link copied to clipboard
data class Query(val nodes: Set<String>, val relationships: Set<Query.Relationship>, val properties: Set<Query.Property>, val mutatedProperties: Set<Query.MutatedProperty>, val removedProperties: Set<Query.RemovedProperty>, val entities: Map<String, Set<String>>)
A Cypher Query.
Link copied to clipboard
This class provides an empty implementation of SchemaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Link copied to clipboard
Link copied to clipboard
This interface defines a complete listener for a parse tree produced by SchemaParser.
Link copied to clipboard