public interface ResultSetInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletesAreDetected(int type)
Indicates whether or not a visible row delete can be detected.
|
boolean |
insertsAreDetected(int type)
Indicates whether or not a visible row insert can be detected.
|
boolean |
othersDeletesAreVisible(int type)
Indicates whether deletes made by others are visible.
|
boolean |
othersInsertsAreVisible(int type)
Indicates whether inserts made by others are visible.
|
boolean |
othersUpdatesAreVisible(int type)
Indicates whether updates made by others are visible.
|
boolean |
ownDeletesAreVisible(int type)
Indicates whether deletes made by self are visible.
|
boolean |
ownInsertsAreVisible(int type)
Indicates whether inserts made by self are visible.
|
boolean |
ownUpdatesAreVisible(int type)
Indicates whether updates made by self are visible.
|
boolean |
supportsResultSetType(int type)
Indicates whether or not an resource adapter supports the specified type
of ResultSet.
|
boolean |
supportsResultTypeConcurrency(int type,
int concurrency)
Indicates whether or not a resource adapter supports the concurrency type
in combination with the given ResultSet type.
|
boolean |
updatesAreDetected(int type)
Indicates whether or not a visible row update can be detected.
|
boolean deletesAreDetected(int type)
throws ResourceException
ResourceExceptionboolean insertsAreDetected(int type)
throws ResourceException
ResourceExceptionboolean othersDeletesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean othersInsertsAreVisible(int type)
throws ResourceException
ResourceExceptionboolean othersUpdatesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownDeletesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownInsertsAreVisible(int type)
throws ResourceException
ResourceExceptionboolean ownUpdatesAreVisible(int type)
throws ResourceException
ResourceExceptionboolean supportsResultSetType(int type)
throws ResourceException
ResourceExceptionboolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
ResourceExceptionboolean updatesAreDetected(int type)
throws ResourceException
ResourceExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.