Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.OrderBySegment
-
-
Uses of OrderBySegment in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.dml that return types with arguments of type OrderBySegment Modifier and Type Method Description Optional<OrderBySegment>SelectStatement. getOrderBy()Get order by segment. -
Uses of OrderBySegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type OrderBySegment Modifier and Type Method Description static Optional<OrderBySegment>DeleteStatementHandler. getOrderBySegment(DeleteStatement deleteStatement)Get order by segment.static Optional<OrderBySegment>UpdateStatementHandler. getOrderBySegment(UpdateStatement updateStatement)Get order by segment. -
Uses of OrderBySegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml that return types with arguments of type OrderBySegment Modifier and Type Method Description Optional<OrderBySegment>MySQLDeleteStatement. getOrderBy()Get order by segment.Optional<OrderBySegment>MySQLUpdateStatement. getOrderBy()Get order by segment.
-