javax.resource.cci

Interface ResultSetInfo

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)

Method Details

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