Skip to main content

Interface IParseTreeSafetyListener

Encapsulates the TSqlParserBaseListener class with additional reused parameters

Namespace: Workspace.XBR.Xperiflow.Parsing.SQL

Assembly: Xperiflow.dll

Declaration
public interface IParseTreeSafetyListener : IParseTreeListener

Properties

HasUnsafeStatements

A flag that represents a query containing statements considered "unsafe" by this listener. Default is false.

Declaration
bool HasUnsafeStatements { get; protected set; }

Inherited Members

  • Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
  • Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
  • Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
  • Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Was this page helpful?