| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.orderByClause() |
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.UpdateContext.orderByClause() |
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.DeleteContext.orderByClause() |
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.QueryExpressionContext.orderByClause() |
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.WindowSpecificationContext.orderByClause() |
MySQLStatementParser.OrderByClauseContext |
MySQLStatementParser.GroupConcatFunctionContext.orderByClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.orderByClause(). |
T |
MySQLStatementVisitor.visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.orderByClause(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLStatementSQLVisitor.visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.