|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSetInfo
Returns meta-data information about the result set.
Method Summary | |
---|---|
boolean |
deletesAreDetected(int type)
Returns true if deletes in a row are detected. |
boolean |
insertsAreDetected(int type)
Returns true if inserts in a row are detected. |
boolean |
othersDeletesAreVisible(int type)
Returns true if deletes made by others are visible. |
boolean |
othersInsertsAreVisible(int type)
Returns true if inserts made by others are visible. |
boolean |
othersUpdatesAreVisible(int type)
Returns true if updates made by others are visible. |
boolean |
ownDeletesAreVisible(int type)
Returns true if deletes made by self are visible. |
boolean |
ownInsertsAreVisible(int type)
Returns true if inserts made by self are visible. |
boolean |
ownUpdatesAreVisible(int type)
Returns true if updates made by self are visible. |
boolean |
supportsResultSetType(int type)
Returns true if the resource adapter supports the ResultSet. |
boolean |
supportsResultTypeConcurrency(int type,
int concurrency)
Returns true if the resource adapter supports the concurrency. |
boolean |
updatesAreDetected(int type)
Returns true if row updates are detected. |
Method Detail |
---|
boolean updatesAreDetected(int type) throws ResourceException
ResourceException
boolean insertsAreDetected(int type) throws ResourceException
ResourceException
boolean deletesAreDetected(int type) throws ResourceException
ResourceException
boolean supportsResultSetType(int type) throws ResourceException
ResourceException
boolean supportsResultTypeConcurrency(int type, int concurrency) throws ResourceException
ResourceException
boolean othersUpdatesAreVisible(int type) throws ResourceException
ResourceException
boolean othersDeletesAreVisible(int type) throws ResourceException
ResourceException
boolean othersInsertsAreVisible(int type) throws ResourceException
ResourceException
boolean ownUpdatesAreVisible(int type) throws ResourceException
ResourceException
boolean ownDeletesAreVisible(int type) throws ResourceException
ResourceException
boolean ownInsertsAreVisible(int type) throws ResourceException
ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |