Holdability
is the ability to specify whether the ResultSet object should be held
open or closed at the end of a transaction.
Type
|
Constant
|
Description
|
close
|
CLOSE_CURSORS_AT_COMMIT
|
The constant
indicating that open ResultSet objects with this holdability will
be closed when the current transaction is committed.
|
hold
|
HOLD_CURSORS_OVER_COMMIT
|
The constant
indicating that open ResultSet objects with this holdability will
remain open when the current transaction is committed.
|
No comments:
Post a Comment