javax.resource.cci
Interface ResultSetInfo
- public interface ResultSetInfo
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $
updatesAreDetected
public boolean updatesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
insertsAreDetected
public boolean insertsAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
deletesAreDetected
public boolean deletesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultSetType
public boolean supportsResultSetType(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultTypeConcurrency
public boolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
- Throws:
ResourceException
othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersDeletesAreVisible
public boolean othersDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersInsertsAreVisible
public boolean othersInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownInsertsAreVisible
public boolean ownInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownDeletesAreVisible
public boolean ownDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
Copyright © {inceptionYear}-2007 null. All Rights Reserved.