Package net.anwiba.commons.jdbc.result
Interface IResults
-
- All Superinterfaces:
java.lang.AutoCloseable,IClosableIterator<IResult,java.sql.SQLException>,ICloseable<java.sql.SQLException>,java.lang.Iterable<IResult>
- All Known Implementing Classes:
ResultSetToResultsAdapter
public interface IResults extends IClosableIterator<IResult,java.sql.SQLException>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisClosed()-
Methods inherited from interface net.anwiba.commons.lang.functional.IClosableIterator
hasNext, iterator, next, stream
-
Methods inherited from interface net.anwiba.commons.lang.functional.ICloseable
close
-
-