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, removeclose, isClosedpublic RdbmsBindingIteration(PreparedStatement stmt) throws SQLException
SQLExceptionpublic 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>SQLExceptionprotected QueryEvaluationException convertSQLException(SQLException e)
convertSQLException in class RdbmIterationBase<BindingSet,QueryEvaluationException>Copyright © 2001-2014 Aduna. All Rights Reserved.