Class SQL92StatementParser.AlterDefinitionClauseContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.AlterDefinitionClauseContext
-
- 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:
- SQL92StatementParser
public static class SQL92StatementParser.AlterDefinitionClauseContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description AlterDefinitionClauseContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)SQL92StatementParser.AddColumnSpecificationContextaddColumnSpecification()SQL92StatementParser.AddConstraintSpecificationContextaddConstraintSpecification()SQL92StatementParser.DropColumnSpecificationContextdropColumnSpecification()SQL92StatementParser.DropConstraintSpecificationContextdropConstraintSpecification()intgetRuleIndex()SQL92StatementParser.ModifyColumnSpecificationContextmodifyColumnSpecification()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
addColumnSpecification
public SQL92StatementParser.AddColumnSpecificationContext addColumnSpecification()
-
modifyColumnSpecification
public SQL92StatementParser.ModifyColumnSpecificationContext modifyColumnSpecification()
-
dropColumnSpecification
public SQL92StatementParser.DropColumnSpecificationContext dropColumnSpecification()
-
addConstraintSpecification
public SQL92StatementParser.AddConstraintSpecificationContext addConstraintSpecification()
-
dropConstraintSpecification
public SQL92StatementParser.DropConstraintSpecificationContext dropConstraintSpecification()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-