| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLStatementParser.OrderByItemContext |
MySQLStatementParser.orderByItem() |
MySQLStatementParser.OrderByItemContext |
MySQLStatementParser.GroupByClauseContext.orderByItem(int i) |
MySQLStatementParser.OrderByItemContext |
MySQLStatementParser.OrderByClauseContext.orderByItem(int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MySQLStatementParser.OrderByItemContext> |
MySQLStatementParser.GroupByClauseContext.orderByItem() |
List<MySQLStatementParser.OrderByItemContext> |
MySQLStatementParser.OrderByClauseContext.orderByItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
MySQLStatementVisitor.visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
Visit a parse tree produced by
MySQLStatementParser.orderByItem(). |
T |
MySQLStatementBaseVisitor.visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
Visit a parse tree produced by
MySQLStatementParser.orderByItem(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.