public static class SQL92StatementParser.SelectClauseContext
extends org.antlr.v4.runtime.ParserRuleContext
| 构造器和说明 |
|---|
SelectClauseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
SQL92StatementParser.FromClauseContext |
fromClause() |
int |
getRuleIndex() |
SQL92StatementParser.GroupByClauseContext |
groupByClause() |
SQL92StatementParser.HavingClauseContext |
havingClause() |
SQL92StatementParser.LimitClauseContext |
limitClause() |
SQL92StatementParser.OrderByClauseContext |
orderByClause() |
SQL92StatementParser.ProjectionsContext |
projections() |
org.antlr.v4.runtime.tree.TerminalNode |
SELECT() |
List<SQL92StatementParser.SelectSpecificationContext> |
selectSpecification() |
SQL92StatementParser.SelectSpecificationContext |
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.ProjectionsContext projections()
public List<SQL92StatementParser.SelectSpecificationContext> selectSpecification()
public SQL92StatementParser.SelectSpecificationContext 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 在类中 org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept 在接口中 org.antlr.v4.runtime.tree.ParseTreeaccept 在类中 org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.