org.tinygroup.dbrouter.util
类 OrderByProcessor
java.lang.Object
org.tinygroup.dbrouter.util.OrderByProcessor
public class OrderByProcessor
- extends Object
排序处理类
开发人员: renhui
开发时间: 2013-12-23
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderByProcessor
public OrderByProcessor(PlainSelect plainSelect,
ResultSet resultSet)
throws SQLException
- 抛出:
SQLException
isHasOrderBy
public boolean isHasOrderBy()
- 是否存在排序字段
- 返回:
getSortOrder
public SortOrder getSortOrder()
getOrderTypes
public boolean[] getOrderTypes()
getOrderByIndexs
public int[] getOrderByIndexs()
setValues
public void setValues(Object[] values)
setValues
public void setValues(ResultSet resultSet)
throws SQLException
- 抛出:
SQLException
getValueCache
public OrderByProcessor.OrderByValues getValueCache()
setValueCache
public void setValueCache(OrderByProcessor.OrderByValues valueCache)
clearValueCache
public void clearValueCache()
Copyright © 2006–2015 TinyGroup. All rights reserved.