com.ontotext.ordi.rdbms
Class RDBMSCloseableIterator

java.lang.Object
  extended by com.ontotext.ordi.rdbms.RDBMSCloseableIterator
All Implemented Interfaces:
CloseableIterator<TStatement>, Iterator<TStatement>

public class RDBMSCloseableIterator
extends Object
implements CloseableIterator<TStatement>


Constructor Summary
RDBMSCloseableIterator(RDFResultSet resultSet, TFactory factory)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 TStatement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMSCloseableIterator

public RDBMSCloseableIterator(RDFResultSet resultSet,
                              TFactory factory)
Method Detail

close

public void close()
Specified by:
close in interface CloseableIterator<TStatement>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<TStatement>

next

public TStatement next()
Specified by:
next in interface Iterator<TStatement>

remove

public void remove()
Specified by:
remove in interface Iterator<TStatement>


Copyright © 2008. All Rights Reserved.