public static class VerdictSQLParser.Rowset_functionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
data_file |
| Constructor and Description |
|---|
Rowset_functionContext(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) |
List<VerdictSQLParser.Bulk_optionContext> |
bulk_option() |
VerdictSQLParser.Bulk_optionContext |
bulk_option(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
BULK() |
int |
getRuleIndex() |
VerdictSQLParser.IdContext |
id() |
org.antlr.v4.runtime.tree.TerminalNode |
OPENROWSET() |
org.antlr.v4.runtime.tree.TerminalNode |
STRING() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Rowset_functionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode OPENROWSET()
public org.antlr.v4.runtime.tree.TerminalNode BULK()
public org.antlr.v4.runtime.tree.TerminalNode STRING()
public List<VerdictSQLParser.Bulk_optionContext> bulk_option()
public VerdictSQLParser.Bulk_optionContext bulk_option(int i)
public VerdictSQLParser.IdContext id()
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 © 2018 University of Michigan. All rights reserved.