public class RdbmsStatementIteration extends RdbmIterationBase<RdbmsStatement,SailException>
ResultSet into a RdbmsStatement in an iteration.| Constructor and Description |
|---|
RdbmsStatementIteration(RdbmsValueFactory vf,
PreparedStatement stmt,
IdSequence ids) |
| Modifier and Type | Method and Description |
|---|---|
protected RdbmsStatement |
convert(ResultSet rs) |
protected RdbmsException |
convertSQLException(SQLException e) |
handleClose, hasNext, next, removeclose, isClosedpublic RdbmsStatementIteration(RdbmsValueFactory vf, PreparedStatement stmt, IdSequence ids) throws SQLException
SQLExceptionprotected RdbmsStatement convert(ResultSet rs) throws SQLException
convert in class RdbmIterationBase<RdbmsStatement,SailException>SQLExceptionprotected RdbmsException convertSQLException(SQLException e)
convertSQLException in class RdbmIterationBase<RdbmsStatement,SailException>Copyright © 2001-2014 Aduna. All Rights Reserved.