public class SQLiteRecordIterator extends Object implements Iterator<SQLiteRecord>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_hasNext |
protected boolean |
_hasNextChecked |
protected SQLiteRecord |
nextRecord |
protected SQLiteQuery |
query |
protected com.almworks.sqlite4java.SQLiteStatement |
stmt |
| Constructor and Description |
|---|
SQLiteRecordIterator(SQLiteQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
boolean |
hasNext() |
boolean |
isStatementDisposed() |
SQLiteRecord |
next() |
void |
remove() |
protected void |
rethrow(com.almworks.sqlite4java.SQLiteException e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final SQLiteQuery query
protected com.almworks.sqlite4java.SQLiteStatement stmt
protected SQLiteRecord nextRecord
protected boolean _hasNext
protected boolean _hasNextChecked
public SQLiteRecordIterator(SQLiteQuery query) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteExceptionpublic boolean isStatementDisposed()
public void dispose()
public boolean hasNext()
hasNext in interface Iterator<SQLiteRecord>public SQLiteRecord next()
next in interface Iterator<SQLiteRecord>public void remove()
remove in interface Iterator<SQLiteRecord>protected void rethrow(com.almworks.sqlite4java.SQLiteException e)
Copyright © 2019. All rights reserved.