E - public interface IRecordIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
获取此遍历器需要遍历的结果集总数.
|
List<E> |
nextMore()
批量返回
|
void |
setQuery(IQuery query)
设置遍历时查询的条件
|
void |
setStep(int step)
设置批量读取记录的条数
|
forEachRemaining, hasNext, next, removeCopyright © 2015. All rights reserved.