javax.resource.cci
Interface ResultSetInfo
public interface ResultSetInfo
deletesAreDetected
public boolean deletesAreDetected(int type)
throws ResourceException
insertsAreDetected
public boolean insertsAreDetected(int type)
throws ResourceException
othersDeletesAreVisible
public boolean othersDeletesAreVisible(int type)
throws ResourceException
othersInsertsAreVisible
public boolean othersInsertsAreVisible(int type)
throws ResourceException
othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int type)
throws ResourceException
ownDeletesAreVisible
public boolean ownDeletesAreVisible(int type)
throws ResourceException
ownInsertsAreVisible
public boolean ownInsertsAreVisible(int type)
throws ResourceException
ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int type)
throws ResourceException
supportsResultSetType
public boolean supportsResultSetType(int type)
throws ResourceException
supportsResultTypeConcurrency
public boolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
updatesAreDetected
public boolean updatesAreDetected(int type)
throws ResourceException