public static class PostgreSQLStatementParser.SimpleSelectContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SimpleSelectContext(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) |
org.antlr.v4.runtime.tree.TerminalNode |
ALL() |
PostgreSQLStatementParser.DistinctClauseContext |
distinctClause() |
PostgreSQLStatementParser.FromClauseContext |
fromClause() |
int |
getRuleIndex() |
PostgreSQLStatementParser.GroupClauseContext |
groupClause() |
PostgreSQLStatementParser.HavingClauseContext |
havingClause() |
PostgreSQLStatementParser.IntoClauseContext |
intoClause() |
PostgreSQLStatementParser.RelationExprContext |
relationExpr() |
org.antlr.v4.runtime.tree.TerminalNode |
SELECT() |
org.antlr.v4.runtime.tree.TerminalNode |
TABLE() |
PostgreSQLStatementParser.TargetListContext |
targetList() |
PostgreSQLStatementParser.ValuesClauseContext |
valuesClause() |
PostgreSQLStatementParser.WhereClauseContext |
whereClause() |
PostgreSQLStatementParser.WindowClauseContext |
windowClause() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SimpleSelectContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode SELECT()
public org.antlr.v4.runtime.tree.TerminalNode ALL()
public PostgreSQLStatementParser.TargetListContext targetList()
public PostgreSQLStatementParser.IntoClauseContext intoClause()
public PostgreSQLStatementParser.FromClauseContext fromClause()
public PostgreSQLStatementParser.WhereClauseContext whereClause()
public PostgreSQLStatementParser.GroupClauseContext groupClause()
public PostgreSQLStatementParser.HavingClauseContext havingClause()
public PostgreSQLStatementParser.WindowClauseContext windowClause()
public PostgreSQLStatementParser.DistinctClauseContext distinctClause()
public PostgreSQLStatementParser.ValuesClauseContext valuesClause()
public org.antlr.v4.runtime.tree.TerminalNode TABLE()
public PostgreSQLStatementParser.RelationExprContext relationExpr()
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.