MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / resultSet

Method resultSet

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

Get the Cursor 's underlying ResultSet. This will return a ResultSet wrapping the JDBC driver's ResultSet . Closing this ResultSet may close the producing Statement or PreparedStatement, depending on your setting for {@link Res

()

Source from the content-addressed store, hash-verified

419 * for instance when the <code>Cursor</code> is closed.
420 */
421 @Nullable
422 ResultSet resultSet();
423}

Callers 15

getMethod · 0.65
getMethod · 0.65
executeReturningQueryMethod · 0.65
safeCloseMethod · 0.65
consumeResultSetsMethod · 0.65
getMethod · 0.65
getMethod · 0.65
executeMethod · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected