javax.resource.cci
Interface ResultSetInfo
public interface ResultSetInfo
- Version:
- $Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $
updatesAreDetected
boolean updatesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
insertsAreDetected
boolean insertsAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
deletesAreDetected
boolean deletesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultSetType
boolean supportsResultSetType(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultTypeConcurrency
boolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
- Throws:
ResourceException
othersUpdatesAreVisible
boolean othersUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersDeletesAreVisible
boolean othersDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersInsertsAreVisible
boolean othersInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownUpdatesAreVisible
boolean ownUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownInsertsAreVisible
boolean ownInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownDeletesAreVisible
boolean ownDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.