public final class OrderByValue extends Object implements Comparable<OrderByValue>
| Constructor and Description |
|---|
OrderByValue(org.apache.shardingsphere.underlying.execute.QueryResult queryResult,
Collection<org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem> orderByItems) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OrderByValue o) |
boolean |
next()
iterate next data.
|
public OrderByValue(org.apache.shardingsphere.underlying.execute.QueryResult queryResult,
Collection<org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem> orderByItems)
public boolean next()
throws SQLException
SQLException - SQL Exceptionpublic int compareTo(OrderByValue o)
compareTo in interface Comparable<OrderByValue>Copyright © 2020 The Apache Software Foundation. All rights reserved.