Class PostgreSQLStatementParser.SimpleSelectContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.SimpleSelectContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- PostgreSQLStatementParser
public static class PostgreSQLStatementParser.SimpleSelectContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description SimpleSelectContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeALL()PostgreSQLStatementParser.DistinctClauseContextdistinctClause()PostgreSQLStatementParser.FromClauseContextfromClause()intgetRuleIndex()PostgreSQLStatementParser.GroupClauseContextgroupClause()PostgreSQLStatementParser.HavingClauseContexthavingClause()PostgreSQLStatementParser.IntoClauseContextintoClause()PostgreSQLStatementParser.RelationExprContextrelationExpr()org.antlr.v4.runtime.tree.TerminalNodeSELECT()org.antlr.v4.runtime.tree.TerminalNodeTABLE()PostgreSQLStatementParser.TargetListContexttargetList()PostgreSQLStatementParser.ValuesClauseContextvaluesClause()PostgreSQLStatementParser.WhereClauseContextwhereClause()PostgreSQLStatementParser.WindowClauseContextwindowClause()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
SELECT
public org.antlr.v4.runtime.tree.TerminalNode SELECT()
-
ALL
public org.antlr.v4.runtime.tree.TerminalNode ALL()
-
targetList
public PostgreSQLStatementParser.TargetListContext targetList()
-
intoClause
public PostgreSQLStatementParser.IntoClauseContext intoClause()
-
fromClause
public PostgreSQLStatementParser.FromClauseContext fromClause()
-
whereClause
public PostgreSQLStatementParser.WhereClauseContext whereClause()
-
groupClause
public PostgreSQLStatementParser.GroupClauseContext groupClause()
-
havingClause
public PostgreSQLStatementParser.HavingClauseContext havingClause()
-
windowClause
public PostgreSQLStatementParser.WindowClauseContext windowClause()
-
distinctClause
public PostgreSQLStatementParser.DistinctClauseContext distinctClause()
-
valuesClause
public PostgreSQLStatementParser.ValuesClauseContext valuesClause()
-
TABLE
public org.antlr.v4.runtime.tree.TerminalNode TABLE()
-
relationExpr
public PostgreSQLStatementParser.RelationExprContext relationExpr()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-