public class ResultSetToResultsAdapter extends Object implements IResults
| Constructor and Description |
|---|
ResultSetToResultsAdapter(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
IResult |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititeratorforEach, spliteratorpublic ResultSetToResultsAdapter(ResultSet resultSet)
public boolean hasNext()
throws SQLException
hasNext in interface IClosableIterator<IResult,SQLException>SQLExceptionpublic IResult next() throws SQLException
next in interface IClosableIterator<IResult,SQLException>SQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ICloseable<SQLException>SQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface IResultsSQLExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.