Method Summary |
|
public boolean | deletesAreDetected(int type) Returns true if deletes in a row are detected. |
public boolean | insertsAreDetected(int type) Returns true if inserts in a row are detected. |
public boolean | othersDeletesAreVisible(int type) Returns true if deletes made by others are visible. |
public boolean | othersInsertsAreVisible(int type) Returns true if inserts made by others are visible. |
public boolean | othersUpdatesAreVisible(int type) Returns true if updates made by others are visible. |
public boolean | ownDeletesAreVisible(int type) Returns true if deletes made by self are visible. |
public boolean | ownInsertsAreVisible(int type) Returns true if inserts made by self are visible. |
public boolean | ownUpdatesAreVisible(int type) Returns true if updates made by self are visible. |
public boolean | supportsResultSetType(int type) Returns true if the resource adapter supports the ResultSet. |
public boolean | supportsResultTypeConcurrency(int type, int concurrency) Returns true if the resource adapter supports the concurrency. |
public boolean | updatesAreDetected(int type) Returns true if row updates are detected. |