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
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 ownInsertsAreVisible(int type) throws ResourceException
ResourceException
boolean ownDeletesAreVisible(int type) throws ResourceException
ResourceException