public class RdbmsBindingIteration extends RdbmIterationBase<BindingSet,QueryEvaluationException>
ResultSet
into a BindingSet
in an iteration.Constructor and Description |
---|
RdbmsBindingIteration(PreparedStatement stmt) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
convert(ResultSet rs) |
protected QueryEvaluationException |
convertSQLException(SQLException e) |
void |
setBindings(BindingSet bindings) |
void |
setIdSequence(IdSequence ids) |
void |
setProjections(Collection<ColumnVar> proj) |
void |
setValueFactory(RdbmsValueFactory vf) |
handleClose, hasNext, next, remove
close, isClosed
public RdbmsBindingIteration(PreparedStatement stmt) throws SQLException
SQLException
public void setBindings(BindingSet bindings)
public void setProjections(Collection<ColumnVar> proj)
public void setValueFactory(RdbmsValueFactory vf)
public void setIdSequence(IdSequence ids)
protected BindingSet convert(ResultSet rs) throws SQLException
convert
in class RdbmIterationBase<BindingSet,QueryEvaluationException>
SQLException
protected QueryEvaluationException convertSQLException(SQLException e)
convertSQLException
in class RdbmIterationBase<BindingSet,QueryEvaluationException>
Copyright © 2001-2016 Aduna. All Rights Reserved.