public static class MySQLStatementParser.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) |
MySQLStatementParser.FromClauseContext |
fromClause() |
int |
getRuleIndex() |
MySQLStatementParser.GroupByClauseContext |
groupByClause() |
MySQLStatementParser.HavingClauseContext |
havingClause() |
MySQLStatementParser.LimitClauseContext |
limitClause() |
MySQLStatementParser.LockClauseContext |
lockClause() |
MySQLStatementParser.OrderByClauseContext |
orderByClause() |
MySQLStatementParser.ProjectionsContext |
projections() |
org.antlr.v4.runtime.tree.TerminalNode |
SELECT() |
MySQLStatementParser.SelectIntoExpression_Context |
selectIntoExpression_() |
List<MySQLStatementParser.SelectSpecificationContext> |
selectSpecification() |
MySQLStatementParser.SelectSpecificationContext |
selectSpecification(int i) |
MySQLStatementParser.WhereClauseContext |
whereClause() |
MySQLStatementParser.WindowClause_Context |
windowClause_() |
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 MySQLStatementParser.ProjectionsContext projections()
public List<MySQLStatementParser.SelectSpecificationContext> selectSpecification()
public MySQLStatementParser.SelectSpecificationContext selectSpecification(int i)
public MySQLStatementParser.FromClauseContext fromClause()
public MySQLStatementParser.WhereClauseContext whereClause()
public MySQLStatementParser.GroupByClauseContext groupByClause()
public MySQLStatementParser.HavingClauseContext havingClause()
public MySQLStatementParser.WindowClause_Context windowClause_()
public MySQLStatementParser.OrderByClauseContext orderByClause()
public MySQLStatementParser.LimitClauseContext limitClause()
public MySQLStatementParser.SelectIntoExpression_Context selectIntoExpression_()
public MySQLStatementParser.LockClauseContext lockClause()
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.