public interface ResultSetInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletesAreDetected(int type) |
boolean |
insertsAreDetected(int type) |
boolean |
othersDeletesAreVisible(int type) |
boolean |
othersInsertsAreVisible(int type) |
boolean |
othersUpdatesAreVisible(int type) |
boolean |
ownDeletesAreVisible(int type) |
boolean |
ownInsertsAreVisible(int type) |
boolean |
ownUpdatesAreVisible(int type) |
boolean |
supportsResultSetType(int type) |
boolean |
supportsResultTypeConcurrency(int type,
int concurrency) |
boolean |
updatesAreDetected(int type) |
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 ownInsertsAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownDeletesAreVisible(int type)
throws ResourceException
ResourceException