| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor.impl |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.SelectClauseContext |
PostgreSQLStatementParser.selectClause() |
PostgreSQLStatementParser.SelectClauseContext |
PostgreSQLStatementParser.UnionClauseContext.selectClause(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<PostgreSQLStatementParser.SelectClauseContext> |
PostgreSQLStatementParser.UnionClauseContext.selectClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitSelectClause(PostgreSQLStatementParser.SelectClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.selectClause(). |
T |
PostgreSQLStatementVisitor.visitSelectClause(PostgreSQLStatementParser.SelectClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.selectClause(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
PostgreSQLDMLVisitor.visitSelectClause(PostgreSQLStatementParser.SelectClauseContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.