Class SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext
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:
SQLServerStatementParser

public static class SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • CreateLoginForAnalyticsPlatformSystemOptionListContext

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

    • PASSWORD

      public org.antlr.v4.runtime.tree.TerminalNode PASSWORD()
    • EQ_

      public org.antlr.v4.runtime.tree.TerminalNode EQ_()
    • stringLiterals

    • MUST_CHANGE

      public org.antlr.v4.runtime.tree.TerminalNode MUST_CHANGE()
    • COMMA_

      public List<org.antlr.v4.runtime.tree.TerminalNode> COMMA_()
    • COMMA_

      public org.antlr.v4.runtime.tree.TerminalNode COMMA_(int i)
    • createLoginForAnalyticsPlatformSystemOptionListClause

      public List<SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListClauseContext> createLoginForAnalyticsPlatformSystemOptionListClause()
    • createLoginForAnalyticsPlatformSystemOptionListClause

      public SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListClauseContext createLoginForAnalyticsPlatformSystemOptionListClause(int i)
    • getRuleIndex

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

      public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
      Specified by:
      accept in interface org.antlr.v4.runtime.tree.ParseTree
      Overrides:
      accept in class org.antlr.v4.runtime.RuleContext