Class PostgreSQLStatementParser.CreateTableContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateTableContext
-
- 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:
- PostgreSQLStatementParser
public static class PostgreSQLStatementParser.CreateTableContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description CreateTableContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
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
-
CREATE
public org.antlr.v4.runtime.tree.TerminalNode CREATE()
-
createTableSpecification
public PostgreSQLStatementParser.CreateTableSpecificationContext createTableSpecification()
-
TABLE
public org.antlr.v4.runtime.tree.TerminalNode TABLE()
-
tableName
public PostgreSQLStatementParser.TableNameContext tableName()
-
inheritClause
public PostgreSQLStatementParser.InheritClauseContext inheritClause()
-
createDefinitionClause
public PostgreSQLStatementParser.CreateDefinitionClauseContext createDefinitionClause()
-
ifNotExists
public PostgreSQLStatementParser.IfNotExistsContext ifNotExists()
-
partitionSpec
public PostgreSQLStatementParser.PartitionSpecContext partitionSpec()
-
tableAccessMethodClause
public PostgreSQLStatementParser.TableAccessMethodClauseContext tableAccessMethodClause()
-
withOption
public PostgreSQLStatementParser.WithOptionContext withOption()
-
onCommitOption
public PostgreSQLStatementParser.OnCommitOptionContext onCommitOption()
-
tableSpace
public PostgreSQLStatementParser.TableSpaceContext tableSpace()
-
AS
public org.antlr.v4.runtime.tree.TerminalNode AS()
-
select
public PostgreSQLStatementParser.SelectContext select()
-
EXECUTE
public org.antlr.v4.runtime.tree.TerminalNode EXECUTE()
-
name
public PostgreSQLStatementParser.NameContext name()
-
executeParamClause
public PostgreSQLStatementParser.ExecuteParamClauseContext executeParamClause()
-
OF
public org.antlr.v4.runtime.tree.TerminalNode OF()
-
anyName
public PostgreSQLStatementParser.AnyNameContext anyName()
-
PARTITION
public org.antlr.v4.runtime.tree.TerminalNode PARTITION()
-
qualifiedName
public PostgreSQLStatementParser.QualifiedNameContext qualifiedName()
-
partitionBoundSpec
public PostgreSQLStatementParser.PartitionBoundSpecContext partitionBoundSpec()
-
withData
public List<PostgreSQLStatementParser.WithDataContext> withData()
-
withData
public PostgreSQLStatementParser.WithDataContext withData(int i)
-
LP_
public org.antlr.v4.runtime.tree.TerminalNode LP_()
-
typedTableElementList
public PostgreSQLStatementParser.TypedTableElementListContext typedTableElementList()
-
RP_
public org.antlr.v4.runtime.tree.TerminalNode RP_()
-
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
-
-