Check whether this cursor has a next record. This will conveniently close the Cursor , after the last Record was fetched. @throws DataAccessException if something went wrong executing the query
()
| 97 | * @throws DataAccessException if something went wrong executing the query |
| 98 | */ |
| 99 | boolean hasNext() throws DataAccessException; |
| 100 | |
| 101 | /** |
| 102 | * Fetch all remaining records as a result. |
no outgoing calls
no test coverage detected