public static class PostgreSQLStatementParser.SimpleSelectContext
extends org.antlr.v4.runtime.ParserRuleContext
| 构造器和说明 |
|---|
SimpleSelectContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 在类中 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.