Methods Summary |
---|
public boolean | deletesAreDetected(int type)
|
public boolean | insertsAreDetected(int type)Indicates whether or not a visible row insert can be detected
by calling ResultSet.rowInserted.
|
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)
|
public boolean | ownInsertsAreVisible(int type)
|
public boolean | ownUpdatesAreVisible(int type)
|
public boolean | supportsResultSetType(int type)Indicates whether or not a resource adapter supports a 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
by calling the method ResultSet.rowUpdated .
|