com.ontotext.ordi.rdbms
Class RDBMSCloseableIterator
java.lang.Object
  
com.ontotext.ordi.rdbms.RDBMSCloseableIterator
- All Implemented Interfaces: 
 - CloseableIterator<TStatement>, Iterator<TStatement>
 
public class RDBMSCloseableIterator
- extends Object
- implements CloseableIterator<TStatement>
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RDBMSCloseableIterator
public RDBMSCloseableIterator(RDFResultSet resultSet,
                              TFactory factory)
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.