Module net.anwiba.commons.jdbc
Package net.anwiba.commons.jdbc.result
Class ResultSetToResultsAdapter
java.lang.Object
net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
- All Implemented Interfaces:
AutoCloseable,Iterable<IResult>,IResults,IClosableIterator<IResult,,SQLException> ICloseable<SQLException>
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetToResultsAdapter(ResultSet resultSet, IResultSetValuesConverter converter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.functional.IClosableIterator
iterator, streamMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ResultSetToResultsAdapter
-
-
Method Details
-
hasNext
- Specified by:
hasNextin interfaceIClosableIterator<IResult,SQLException> - Throws:
SQLException
-
next
- Specified by:
nextin interfaceIClosableIterator<IResult,SQLException> - Throws:
SQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceICloseable<SQLException>- Throws:
SQLException
-
isClosed
- Specified by:
isClosedin interfaceIResults- Throws:
SQLException
-