| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.OrderByItemContext |
PostgreSQLStatementParser.orderByItem() |
PostgreSQLStatementParser.OrderByItemContext |
PostgreSQLStatementParser.GroupByClauseContext.orderByItem(int i) |
PostgreSQLStatementParser.OrderByItemContext |
PostgreSQLStatementParser.OrderByClauseContext.orderByItem(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<PostgreSQLStatementParser.OrderByItemContext> |
PostgreSQLStatementParser.GroupByClauseContext.orderByItem() |
List<PostgreSQLStatementParser.OrderByItemContext> |
PostgreSQLStatementParser.OrderByClauseContext.orderByItem() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitOrderByItem(PostgreSQLStatementParser.OrderByItemContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.orderByItem(). |
T |
PostgreSQLStatementVisitor.visitOrderByItem(PostgreSQLStatementParser.OrderByItemContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.orderByItem(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
PostgreSQLVisitor.visitOrderByItem(PostgreSQLStatementParser.OrderByItemContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.