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
()
| 419 | * for instance when the <code>Cursor</code> is closed. |
| 420 | */ |
| 421 | @Nullable |
| 422 | ResultSet resultSet(); |
| 423 | } |
no outgoing calls
no test coverage detected