public interface ResultSetInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletesAreDetected(int type)
Returns true if deletes in a row are detected.
|
boolean |
insertsAreDetected(int type)
Returns true if inserts in a row are detected.
|
boolean |
othersDeletesAreVisible(int type)
Returns true if deletes made by others are visible.
|
boolean |
othersInsertsAreVisible(int type)
Returns true if inserts made by others are visible.
|
boolean |
othersUpdatesAreVisible(int type)
Returns true if updates made by others are visible.
|
boolean |
ownDeletesAreVisible(int type)
Returns true if deletes made by self are visible.
|
boolean |
ownInsertsAreVisible(int type)
Returns true if inserts made by self are visible.
|
boolean |
ownUpdatesAreVisible(int type)
Returns true if updates made by self are visible.
|
boolean |
supportsResultSetType(int type)
Returns true if the resource adapter supports the ResultSet.
|
boolean |
supportsResultTypeConcurrency(int type,
int concurrency)
Returns true if the resource adapter supports the concurrency.
|
boolean |
updatesAreDetected(int type)
Returns true if row updates are detected.
|
boolean updatesAreDetected(int type)
throws ResourceException
ResourceExceptionboolean insertsAreDetected(int type)
throws ResourceException
ResourceExceptionboolean deletesAreDetected(int type)
throws ResourceException
ResourceExceptionboolean supportsResultSetType(int type)
throws ResourceException
ResourceExceptionboolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
ResourceExceptionboolean othersUpdatesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean othersDeletesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean othersInsertsAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownUpdatesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownDeletesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownInsertsAreVisible(int type)
throws ResourceException
ResourceException