org.openrdf.sail.rdbms.iteration
Class EmptyRdbmsStatementIteration

java.lang.Object
  extended by org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase<RdbmsStatement,SailException>
      extended by org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
          extended by org.openrdf.sail.rdbms.iteration.EmptyRdbmsStatementIteration
All Implemented Interfaces:
CloseableIteration<RdbmsStatement,SailException>, Iteration<RdbmsStatement,SailException>

public class EmptyRdbmsStatementIteration
extends RdbmsStatementIteration

Empty iteration that extends RdbmsStatementIteration.

Author:
James Leigh

Constructor Summary
EmptyRdbmsStatementIteration()
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 
Methods inherited from class org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
convert, convertSQLException
 
Methods inherited from class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRdbmsStatementIteration

public EmptyRdbmsStatementIteration()
                             throws SQLException
Throws:
SQLException
Method Detail

close

public void close()
           throws SailException
Specified by:
close in interface CloseableIteration<RdbmsStatement,SailException>
Overrides:
close in class RdbmIterationBase<RdbmsStatement,SailException>
Throws:
SailException

hasNext

public boolean hasNext()
                throws SailException
Specified by:
hasNext in interface Iteration<RdbmsStatement,SailException>
Overrides:
hasNext in class RdbmIterationBase<RdbmsStatement,SailException>
Throws:
SailException


Copyright © 2001-2008 Aduna. All Rights Reserved.