org.openrdf.sail.rdbms.iteration
Class EmptyRdbmsStatementIteration
java.lang.Object
org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase<RdbmsStatement,SailException>
org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyRdbmsStatementIteration
public EmptyRdbmsStatementIteration()
throws SQLException
- Throws:
SQLException
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.