public static class PostgreSQLStatementParser.DropForeignDataWrapperContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DropForeignDataWrapperContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
DATA() |
org.antlr.v4.runtime.tree.TerminalNode |
DROP() |
PostgreSQLStatementParser.DropBehaviorContext |
dropBehavior() |
PostgreSQLStatementParser.ExistClauseContext |
existClause() |
org.antlr.v4.runtime.tree.TerminalNode |
FOREIGN() |
int |
getRuleIndex() |
PostgreSQLStatementParser.NameListContext |
nameList() |
org.antlr.v4.runtime.tree.TerminalNode |
WRAPPER() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DropForeignDataWrapperContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode DROP()
public org.antlr.v4.runtime.tree.TerminalNode FOREIGN()
public org.antlr.v4.runtime.tree.TerminalNode DATA()
public org.antlr.v4.runtime.tree.TerminalNode WRAPPER()
public PostgreSQLStatementParser.NameListContext nameList()
public PostgreSQLStatementParser.ExistClauseContext existClause()
public PostgreSQLStatementParser.DropBehaviorContext dropBehavior()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2022 The Apache Software Foundation. All rights reserved.