MCPcopy
hub / github.com/jOOQ/jOOQ / hasNext

Method hasNext

jOOQ/src/main/java/org/jooq/Cursor.java:99–99  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 15

loadMethod · 0.65
extractMethod · 0.65
provideMethod · 0.65
splitMethod · 0.65
writeJSONStringMethod · 0.65
toJSONStringMethod · 0.65
writeJSONStringMethod · 0.65
toJSONStringMethod · 0.65
appendMethod · 0.65
formatMethod · 0.65
migrateTo1Method · 0.65
unmapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected