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, remove
close, isClosed
public RdbmsStatementIteration(RdbmsValueFactory vf, PreparedStatement stmt, IdSequence ids) throws SQLException
SQLException
protected RdbmsStatement convert(ResultSet rs) throws SQLException
convert
in class RdbmIterationBase<RdbmsStatement,SailException>
SQLException
protected RdbmsException convertSQLException(SQLException e)
convertSQLException
in class RdbmIterationBase<RdbmsStatement,SailException>
Copyright © 2001-2016 Aduna. All Rights Reserved.