|
|||||||||
| Home >> All >> javax >> resource >> [ cci overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.resource.cci
Interface ResultSetInfo

- public interface ResultSetInfo
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| 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 Detail |
updatesAreDetected
public boolean updatesAreDetected(int type)
throws javax.resource.ResourceException
insertsAreDetected
public boolean insertsAreDetected(int type)
throws javax.resource.ResourceException
deletesAreDetected
public boolean deletesAreDetected(int type)
throws javax.resource.ResourceException
supportsResultSetType
public boolean supportsResultSetType(int type)
throws javax.resource.ResourceException
supportsResultTypeConcurrency
public boolean supportsResultTypeConcurrency(int type,
int concurrency)
throws javax.resource.ResourceException
othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int type)
throws javax.resource.ResourceException
othersDeletesAreVisible
public boolean othersDeletesAreVisible(int type)
throws javax.resource.ResourceException
othersInsertsAreVisible
public boolean othersInsertsAreVisible(int type)
throws javax.resource.ResourceException
ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int type)
throws javax.resource.ResourceException
ownInsertsAreVisible
public boolean ownInsertsAreVisible(int type)
throws javax.resource.ResourceException
ownDeletesAreVisible
public boolean ownDeletesAreVisible(int type)
throws javax.resource.ResourceException
|
|||||||||
| Home >> All >> javax >> resource >> [ cci overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC