Class PostgreSQLParser.SeclabelstmtContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
net.hironico.minisql.parser.postgresql.PostgreSQLParser.SeclabelstmtContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
PostgreSQLParser

public static class PostgreSQLParser.SeclabelstmtContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • SeclabelstmtContext

      public SeclabelstmtContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details

    • SECURITY

      public org.antlr.v4.runtime.tree.TerminalNode SECURITY()
    • LABEL

      public org.antlr.v4.runtime.tree.TerminalNode LABEL()
    • opt_provider

      public PostgreSQLParser.Opt_providerContext opt_provider()
    • ON

      public org.antlr.v4.runtime.tree.TerminalNode ON()
    • object_type_any_name

      public PostgreSQLParser.Object_type_any_nameContext object_type_any_name()
    • any_name

    • IS

      public org.antlr.v4.runtime.tree.TerminalNode IS()
    • security_label

      public PostgreSQLParser.Security_labelContext security_label()
    • COLUMN

      public org.antlr.v4.runtime.tree.TerminalNode COLUMN()
    • object_type_name

      public PostgreSQLParser.Object_type_nameContext object_type_name()
    • name

    • TYPE_P

      public org.antlr.v4.runtime.tree.TerminalNode TYPE_P()
    • typename

    • DOMAIN_P

      public org.antlr.v4.runtime.tree.TerminalNode DOMAIN_P()
    • AGGREGATE

      public org.antlr.v4.runtime.tree.TerminalNode AGGREGATE()
    • aggregate_with_argtypes

      public PostgreSQLParser.Aggregate_with_argtypesContext aggregate_with_argtypes()
    • FUNCTION

      public org.antlr.v4.runtime.tree.TerminalNode FUNCTION()
    • function_with_argtypes

      public PostgreSQLParser.Function_with_argtypesContext function_with_argtypes()
    • LARGE_P

      public org.antlr.v4.runtime.tree.TerminalNode LARGE_P()
    • OBJECT_P

      public org.antlr.v4.runtime.tree.TerminalNode OBJECT_P()
    • numericonly

    • PROCEDURE

      public org.antlr.v4.runtime.tree.TerminalNode PROCEDURE()
    • ROUTINE

      public org.antlr.v4.runtime.tree.TerminalNode ROUTINE()
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • enterRule

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      enterRule in class org.antlr.v4.runtime.ParserRuleContext
    • exitRule

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      exitRule in class org.antlr.v4.runtime.ParserRuleContext