public abstract class VirtuosoRepositoryConnection.CloseableIterationBase<E,X extends java.lang.Exception>
extends java.lang.Object
implements info.aduna.iteration.CloseableIteration<E,X>
| Constructor and Description |
|---|
CloseableIterationBase(java.sql.Statement stmt,
java.sql.ResultSet rs,
org.openrdf.model.Resource subject,
org.openrdf.model.IRI predicate,
org.openrdf.model.Value object) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
public CloseableIterationBase(java.sql.Statement stmt,
java.sql.ResultSet rs,
org.openrdf.model.Resource subject,
org.openrdf.model.IRI predicate,
org.openrdf.model.Value object)