JdbcRowSet contains a Connection object from the original ResultSet or JDBC properties passed to it. Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object. This method should be used only when auto-commit mode has been disabled.
@throws SQLException if a database access error occurs or this Connectionobject within this JdbcRowSet is in auto-commit mode.
@see #rollback(Savepoint)
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |