public abstract class AbstractStatementIterator<E> extends Object implements Iterator<E>, IStatementExtractor<E>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isStatementClosed |
protected org.slf4j.Logger |
logger |
protected E |
nextElem |
protected com.almworks.sqlite4java.SQLiteStatement |
statement |
| Constructor and Description |
|---|
AbstractStatementIterator(com.almworks.sqlite4java.SQLiteStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeStatement() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingextractObjectprotected final org.slf4j.Logger logger
protected final com.almworks.sqlite4java.SQLiteStatement statement
protected boolean isStatementClosed
protected E nextElem
public AbstractStatementIterator(com.almworks.sqlite4java.SQLiteStatement stmt)
throws com.almworks.sqlite4java.SQLiteException,
StreamCorruptedException
com.almworks.sqlite4java.SQLiteExceptionStreamCorruptedExceptionCopyright © 2019. All rights reserved.