Difference between revisions of "ResultSet"
(→{{GVESB}} Configuration) |
(→{{GVESB}} Configuration) |
||
Line 23: | Line 23: | ||
|- | |- | ||
| rsHoldability || optional || This attribute defines the opening and closing of cursors: | | rsHoldability || optional || This attribute defines the opening and closing of cursors: | ||
− | * HOLD_CURSORS_OVER_COMMIT : indicating that open ResultSet objects with this holdability will remain open when the current | + | * HOLD_CURSORS_OVER_COMMIT : indicating that open ResultSet objects with this holdability will remain open when the current transaction will be committed |
− | transaction will be committed | + | * CLOSE_CURSORS_AT_COMMIT : indicating that open ResultSet objects with this holdability will be closed when the current transaction will be committed |
− | * CLOSE_CURSORS_AT_COMMIT : indicating that open ResultSet objects with this holdability will be closed when the current | ||
− | transaction will be committed | ||
Default : HOLD_CURSORS_OVER_COMMIT | Default : HOLD_CURSORS_OVER_COMMIT | ||
|} | |} |
Latest revision as of 15:56, 3 April 2012
Description
The element ResultSet allows to define the type of the result set.
GreenVulcano® ESB Configuration
The ResultSet Element is used by: DBOperations.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
rsType | optional | This attribute defines the type of result set:
Default : TYPE_FORWARD_ONLY |
rsConcurrency | optional | This attribute defines the access to the result set:
Default : CONCUR_READ_ONLY |
rsHoldability | optional | This attribute defines the opening and closing of cursors:
Default : HOLD_CURSORS_OVER_COMMIT |
Might contain the following sub-elements: