Package one.gfw.antlr4.sql.postgresql
Class PostgreSQLParser.CreatestmtContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- one.gfw.antlr4.sql.postgresql.PostgreSQLParser.CreatestmtContext
-
- 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.CreatestmtContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description CreatestmtContext(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, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
CREATE
public org.antlr.v4.runtime.tree.TerminalNode CREATE()
-
opttemp
public PostgreSQLParser.OpttempContext opttemp()
-
TABLE
public org.antlr.v4.runtime.tree.TerminalNode TABLE()
-
qualified_name
public List<PostgreSQLParser.Qualified_nameContext> qualified_name()
-
qualified_name
public PostgreSQLParser.Qualified_nameContext qualified_name(int i)
-
OPEN_PAREN
public org.antlr.v4.runtime.tree.TerminalNode OPEN_PAREN()
-
opttableelementlist
public PostgreSQLParser.OpttableelementlistContext opttableelementlist()
-
CLOSE_PAREN
public org.antlr.v4.runtime.tree.TerminalNode CLOSE_PAREN()
-
optinherit
public PostgreSQLParser.OptinheritContext optinherit()
-
optpartitionspec
public PostgreSQLParser.OptpartitionspecContext optpartitionspec()
-
table_access_method_clause
public PostgreSQLParser.Table_access_method_clauseContext table_access_method_clause()
-
optwith
public PostgreSQLParser.OptwithContext optwith()
-
oncommitoption
public PostgreSQLParser.OncommitoptionContext oncommitoption()
-
opttablespace
public PostgreSQLParser.OpttablespaceContext opttablespace()
-
OF
public org.antlr.v4.runtime.tree.TerminalNode OF()
-
any_name
public PostgreSQLParser.Any_nameContext any_name()
-
opttypedtableelementlist
public PostgreSQLParser.OpttypedtableelementlistContext opttypedtableelementlist()
-
PARTITION
public org.antlr.v4.runtime.tree.TerminalNode PARTITION()
-
partitionboundspec
public PostgreSQLParser.PartitionboundspecContext partitionboundspec()
-
IF_P
public org.antlr.v4.runtime.tree.TerminalNode IF_P()
-
NOT
public org.antlr.v4.runtime.tree.TerminalNode NOT()
-
EXISTS
public org.antlr.v4.runtime.tree.TerminalNode EXISTS()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
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
-
-