javax.resource.cci
public interface ResultSetInfo
Method Summary | |
---|---|
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) |