virtuoso.sesame2.driver
Class VirtuosoRepositoryConnection.CloseableIterationStmt

java.lang.Object
  extended by virtuoso.sesame2.driver.VirtuosoRepositoryConnection.CloseableIterationBase<org.openrdf.model.Statement,org.openrdf.repository.RepositoryException>
      extended by virtuoso.sesame2.driver.VirtuosoRepositoryConnection.CloseableIterationStmt
All Implemented Interfaces:
info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.repository.RepositoryException>, info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.repository.RepositoryException>
Enclosing class:
VirtuosoRepositoryConnection

public class VirtuosoRepositoryConnection.CloseableIterationStmt
extends VirtuosoRepositoryConnection.CloseableIterationBase<org.openrdf.model.Statement,org.openrdf.repository.RepositoryException>


Constructor Summary
VirtuosoRepositoryConnection.CloseableIterationStmt(java.sql.ResultSet rs, org.openrdf.model.Resource subject, org.openrdf.model.URI predicate, org.openrdf.model.Value object)
           
 
Method Summary
protected  void extractRow()
           
 
Methods inherited from class virtuoso.sesame2.driver.VirtuosoRepositoryConnection.CloseableIterationBase
close, finalize, hasNext, moveForward, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtuosoRepositoryConnection.CloseableIterationStmt

public VirtuosoRepositoryConnection.CloseableIterationStmt(java.sql.ResultSet rs,
                                                           org.openrdf.model.Resource subject,
                                                           org.openrdf.model.URI predicate,
                                                           org.openrdf.model.Value object)
                                                    throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException
Method Detail

extractRow

protected void extractRow()
                   throws java.lang.Exception
Overrides:
extractRow in class VirtuosoRepositoryConnection.CloseableIterationBase<org.openrdf.model.Statement,org.openrdf.repository.RepositoryException>
Throws:
java.lang.Exception