public static class SQL92StatementParser.SelectClauseContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SelectClauseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
SQL92StatementParser.FromClauseContext |
fromClause() |
int |
getRuleIndex() |
SQL92StatementParser.GroupByClauseContext |
groupByClause() |
SQL92StatementParser.HavingClauseContext |
havingClause() |
SQL92StatementParser.LimitClauseContext |
limitClause() |
SQL92StatementParser.OrderByClauseContext |
orderByClause() |
org.antlr.v4.runtime.tree.TerminalNode |
SELECT() |
SQL92StatementParser.SelectItemsContext |
selectItems() |
List<SQL92StatementParser.SelectSpecification_Context> |
selectSpecification_() |
SQL92StatementParser.SelectSpecification_Context |
selectSpecification_(int i) |
SQL92StatementParser.WhereClauseContext |
whereClause() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SelectClauseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode SELECT()
public SQL92StatementParser.SelectItemsContext selectItems()
public List<SQL92StatementParser.SelectSpecification_Context> selectSpecification_()
public SQL92StatementParser.SelectSpecification_Context selectSpecification_(int i)
public SQL92StatementParser.FromClauseContext fromClause()
public SQL92StatementParser.WhereClauseContext whereClause()
public SQL92StatementParser.GroupByClauseContext groupByClause()
public SQL92StatementParser.HavingClauseContext havingClause()
public SQL92StatementParser.OrderByClauseContext orderByClause()
public SQL92StatementParser.LimitClauseContext limitClause()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.