org.openrdf.sail.rdbms.iteration
Class RdbmsResourceIteration
java.lang.Object
org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase<RdbmsResource,SailException>
org.openrdf.sail.rdbms.iteration.RdbmsResourceIteration
- All Implemented Interfaces:
- CloseableIteration<RdbmsResource,SailException>, Iteration<RdbmsResource,SailException>
- Direct Known Subclasses:
- EmptyRdbmsResourceIteration
public class RdbmsResourceIteration
- extends RdbmIterationBase<RdbmsResource,SailException>
Converts a ResultSet into a RdbmsResource in an iteration.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RdbmsResourceIteration
public RdbmsResourceIteration(RdbmsValueFactory vf,
PreparedStatement stmt)
throws SQLException
- Throws:
SQLException
convert
protected RdbmsResource convert(ResultSet rs)
throws SQLException
- Specified by:
convert in class RdbmIterationBase<RdbmsResource,SailException>
- Throws:
SQLException
convertSQLException
protected RdbmsException convertSQLException(SQLException e)
- Specified by:
convertSQLException in class RdbmIterationBase<RdbmsResource,SailException>
Copyright © 2001-2009 Aduna. All Rights Reserved.