public static class MySQLStatementParser.QuerySpecificationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
QuerySpecificationContext(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) |
MySQLStatementParser.FromClauseContext |
fromClause() |
int |
getRuleIndex() |
MySQLStatementParser.GroupByClauseContext |
groupByClause() |
MySQLStatementParser.HavingClauseContext |
havingClause() |
MySQLStatementParser.ProjectionsContext |
projections() |
org.antlr.v4.runtime.tree.TerminalNode |
SELECT() |
MySQLStatementParser.SelectIntoExpressionContext |
selectIntoExpression() |
List<MySQLStatementParser.SelectSpecificationContext> |
selectSpecification() |
MySQLStatementParser.SelectSpecificationContext |
selectSpecification(int i) |
MySQLStatementParser.WhereClauseContext |
whereClause() |
MySQLStatementParser.WindowClauseContext |
windowClause() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic QuerySpecificationContext(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.SelectIntoExpressionContext selectIntoExpression()
public MySQLStatementParser.FromClauseContext fromClause()
public MySQLStatementParser.WhereClauseContext whereClause()
public MySQLStatementParser.GroupByClauseContext groupByClause()
public MySQLStatementParser.HavingClauseContext havingClause()
public MySQLStatementParser.WindowClauseContext windowClause()
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 © 2023 The Apache Software Foundation. All rights reserved.