A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U
V
S
- Schema - class in io.github.cfraser.graphguard
- A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs.
- Schema.Graph - class in io.github.cfraser.graphguard.Schema
- A Graph is a Set of nodes that specify the expected entities in a Neo4j database.
- Schema.Node - class in io.github.cfraser.graphguard.Schema
- A Node in the graph.
- Schema.Property - class in io.github.cfraser.graphguard.Schema
- A Property on a Node or Relationship.
- Schema.Property.Type - class in io.github.cfraser.graphguard.Schema.Property
- The Type of the Property.
- Schema.Relationship - class in io.github.cfraser.graphguard.Schema
- A Relationship in the graph.
- SchemaBaseListener - class in io.github.cfraser.graphguard.antlr
- 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.
- SchemaLexer - class in io.github.cfraser.graphguard.antlr
- SchemaListener - class in io.github.cfraser.graphguard.antlr
- This interface defines a complete listener for a parse tree produced by SchemaParser.
- SchemaParser - class in io.github.cfraser.graphguard.antlr
- SchemaParser.GraphContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.ListContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.NameContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.NodeContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.PropertiesContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.PropertyContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.QualifiedContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.RelationshipContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.StartContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.TargetContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.TypeContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SchemaParser.ValueContext - class in io.github.cfraser.graphguard.antlr.SchemaParser
- SEMICOLON() - function in io.github.cfraser.graphguard.antlr.SchemaParser.GraphContext
- SEMICOLON(int) - function in io.github.cfraser.graphguard.antlr.SchemaParser.GraphContext
- sempred(org.antlr.v4.runtime.RuleContext,int,int) - function in org.antlr.v4.runtime.Recognizer
- Server - class in io.github.cfraser.graphguard
- Server proxies Bolt 5+ messages to a Neo4j (compatible) database and performs realtime schema validation of the intercepted queries.
- setAltNumber(int) - function in org.antlr.v4.runtime.RuleContext
- setBuildParseTree(boolean) - function in org.antlr.v4.runtime.Parser
- setChannel(int) - function in org.antlr.v4.runtime.Lexer
- setCharPositionInLine(int) - function in org.antlr.v4.runtime.Lexer
- setContext(org.antlr.v4.runtime.ParserRuleContext) - function in org.antlr.v4.runtime.Parser
- setErrorHandler(org.antlr.v4.runtime.ANTLRErrorStrategy) - function in org.antlr.v4.runtime.Parser
- setInputStream(org.antlr.v4.runtime.IntStream) - function in org.antlr.v4.runtime.Lexer
- setInputStream(org.antlr.v4.runtime.IntStream) - function in org.antlr.v4.runtime.Parser
- setInterpreter(ATNInterpreter) - function in org.antlr.v4.runtime.Recognizer
- setLine(int) - function in org.antlr.v4.runtime.Lexer
- setParent(org.antlr.v4.runtime.RuleContext) - function in org.antlr.v4.runtime.RuleContext
- setProfile(boolean) - function in org.antlr.v4.runtime.Parser
- setState(int) - function in org.antlr.v4.runtime.Recognizer
- setText(java.lang.String) - function in org.antlr.v4.runtime.Lexer
- setToken(org.antlr.v4.runtime.Token) - function in org.antlr.v4.runtime.Lexer
- setTokenFactory(org.antlr.v4.runtime.TokenFactory) - function in org.antlr.v4.runtime.Lexer
- setTokenFactory(org.antlr.v4.runtime.TokenFactory) - function in org.antlr.v4.runtime.Parser
- setTokenStream(org.antlr.v4.runtime.TokenStream) - function in org.antlr.v4.runtime.Parser
- setTrace(boolean) - function in org.antlr.v4.runtime.Parser
- setTrimParseTree(boolean) - function in org.antlr.v4.runtime.Parser
- setType(int) - function in org.antlr.v4.runtime.Lexer
- skip() - function in org.antlr.v4.runtime.Lexer
- start() - function in io.github.cfraser.graphguard.antlr.SchemaParser
- STRING - enum entry in io.github.cfraser.graphguard.Schema.Property.Type