javax.resource.cci.ResultSetInfo methods supported
The interface javax.resource.cci.ResultSetInfo provides information on the support provided for ResultSet by a connected EIS instance.
The following table list which methods are supported by the IMS Universal Database resource adapter for the javax.resource.cci.ResultSetInfo interface.
| javax.resource.cci.ResultSetInfo method | IMS Universal Database resource adapter support |
|---|---|
| deletesAreDetected(int) | Yes |
| insertsAreDetected(int) | Yes |
| othersDeletesAreVisible(int) | Yes |
| othersInsertsAreVisible(int) | Yes |
| othersUpdatesAreVisible(int) | Yes |
| ownDeletesAreVisible(int) | Yes |
| ownInsertsAreVisible(int) | Yes |
| ownUpdatesAreVisible(int) | Yes |
| supportsResultSetType(int) | Yes |
| supportsResultTypeConcurrency(int, int) | Yes |
| updatesAreDetected(int) | Yes |