Class PostgreSQLParser.AltersubscriptionstmtContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
net.hironico.minisql.parser.postgresql.PostgreSQLParser.AltersubscriptionstmtContext
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.AltersubscriptionstmtContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • AltersubscriptionstmtContext

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

    • ALTER

      public org.antlr.v4.runtime.tree.TerminalNode ALTER()
    • SUBSCRIPTION

      public org.antlr.v4.runtime.tree.TerminalNode SUBSCRIPTION()
    • name

    • SET

      public org.antlr.v4.runtime.tree.TerminalNode SET()
    • definition

    • CONNECTION

      public org.antlr.v4.runtime.tree.TerminalNode CONNECTION()
    • sconst

    • REFRESH

      public org.antlr.v4.runtime.tree.TerminalNode REFRESH()
    • PUBLICATION

      public org.antlr.v4.runtime.tree.TerminalNode PUBLICATION()
    • opt_definition

      public PostgreSQLParser.Opt_definitionContext opt_definition()
    • publication_name_list

      public PostgreSQLParser.Publication_name_listContext publication_name_list()
    • ENABLE_P

      public org.antlr.v4.runtime.tree.TerminalNode ENABLE_P()
    • DISABLE_P

      public org.antlr.v4.runtime.tree.TerminalNode DISABLE_P()
    • 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