| Constructor and Description |
|---|
DefaultCursor(DefaultResultSetHandler resultSetHandler,
ResultMap resultMap,
ResultSetWrapper rsw,
RowBounds rowBounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected T |
fetchNextObjectFromDatabase() |
protected T |
fetchNextUsingRowBound() |
int |
getCurrentIndex()
Get the current item index.
|
boolean |
isConsumed() |
boolean |
isOpen() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DefaultCursor(DefaultResultSetHandler resultSetHandler, ResultMap resultMap, ResultSetWrapper rsw, RowBounds rowBounds)
public boolean isOpen()
public boolean isConsumed()
isConsumed in interface Cursor<T>public int getCurrentIndex()
CursorgetCurrentIndex in interface Cursor<T>public void close()
close in interface Closeableclose in interface AutoCloseableprotected T fetchNextUsingRowBound()
protected T fetchNextObjectFromDatabase()
Copyright © 2009–2017 MyBatis.org. All rights reserved.