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
ResourceException
boolean insertsAreDetected(int type) throws ResourceException
ResourceException
boolean deletesAreDetected(int type) throws ResourceException
ResourceException
boolean supportsResultSetType(int type) throws ResourceException
ResourceException
boolean supportsResultTypeConcurrency(int type, int concurrency) throws ResourceException
ResourceException
boolean othersUpdatesAreVisible(int type) throws ResourceException
ResourceException
boolean othersDeletesAreVisible(int type) throws ResourceException
ResourceException
boolean othersInsertsAreVisible(int type) throws ResourceException
ResourceException
boolean ownUpdatesAreVisible(int type) throws ResourceException
ResourceException
boolean ownDeletesAreVisible(int type) throws ResourceException
ResourceException
boolean ownInsertsAreVisible(int type) throws ResourceException
ResourceException