public abstract class RdbmIterationBase<T,X extends Exception> extends CloseableIterationBase<T,X>
ResultSet.| Constructor and Description |
|---|
RdbmIterationBase(PreparedStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
convert(ResultSet rs) |
protected abstract X |
convertSQLException(SQLException e) |
protected void |
handleClose() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
close, isClosedpublic RdbmIterationBase(PreparedStatement stmt) throws SQLException
SQLExceptionprotected void handleClose()
throws X extends Exception
handleClose in class CloseableIterationBase<T,X extends Exception>X extends Exceptionprotected abstract T convert(ResultSet rs) throws SQLException
SQLExceptionprotected abstract X convertSQLException(SQLException e)
Copyright © 2001-2014 Aduna. All Rights Reserved.