Method Summary |
|
public boolean | deletesAreDetected(int type) Indicates whether or not a visible row delete can be detected. |
public boolean | insertsAreDetected(int type) Indicates whether or not a visible row insert can be detected. |
public boolean | othersDeletesAreVisible(int type) Indicates whether deletes made by others are visible. |
public boolean | othersInsertsAreVisible(int type) Indicates whether inserts made by others are visible. |
public boolean | othersUpdatesAreVisible(int type) Indicates whether updates made by others are visible. |
public boolean | ownDeletesAreVisible(int type) Indicates whether deletes made by self are visible. |
public boolean | ownInsertsAreVisible(int type) Indicates whether inserts made by self are visible. |
public boolean | ownUpdatesAreVisible(int type) Indicates whether updates made by self are visible. |
public boolean | supportsResultSetType(int type) Indicates whether or not an resource adapter supports the specified type
of ResultSet. |
public boolean | supportsResultTypeConcurrency(int type, int concurrency) Indicates whether or not a resource adapter supports the concurrency type
in combination with the given ResultSet type. |
public boolean | updatesAreDetected(int type) Indicates whether or not a visible row update can be detected. |