javax.resource.cci

Interface ResultSetInfo

public interface ResultSetInfo

Method Summary
booleandeletesAreDetected(int type)
booleaninsertsAreDetected(int type)
booleanothersDeletesAreVisible(int type)
booleanothersInsertsAreVisible(int type)
booleanothersUpdatesAreVisible(int type)
booleanownDeletesAreVisible(int type)
booleanownInsertsAreVisible(int type)
booleanownUpdatesAreVisible(int type)
booleansupportsResultSetType(int type)
booleansupportsResultTypeConcurrency(int type, int concurrency)
booleanupdatesAreDetected(int type)

Method Detail

deletesAreDetected

public boolean deletesAreDetected(int type)

insertsAreDetected

public boolean insertsAreDetected(int type)

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)

supportsResultSetType

public boolean supportsResultSetType(int type)

supportsResultTypeConcurrency

public boolean supportsResultTypeConcurrency(int type, int concurrency)

updatesAreDetected

public boolean updatesAreDetected(int type)