com.github.smokestack.jca.cci
Class MockResultSetInfo
java.lang.Object
com.github.smokestack.jca.cci.MockResultSetInfo
- All Implemented Interfaces:
- ResultSetInfo
public class MockResultSetInfo
- extends Object
- implements ResultSetInfo
MockResultSetInfo
public MockResultSetInfo()
deletesAreDetected
public boolean deletesAreDetected(int type)
throws ResourceException
- Specified by:
deletesAreDetected
in interface ResultSetInfo
- Throws:
ResourceException
_deletesAreDetected
public boolean _deletesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
insertsAreDetected
public boolean insertsAreDetected(int type)
throws ResourceException
- Specified by:
insertsAreDetected
in interface ResultSetInfo
- Throws:
ResourceException
_insertsAreDetected
public boolean _insertsAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
othersDeletesAreVisible
public boolean othersDeletesAreVisible(int type)
throws ResourceException
- Specified by:
othersDeletesAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_othersDeletesAreVisible
public boolean _othersDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersInsertsAreVisible
public boolean othersInsertsAreVisible(int type)
throws ResourceException
- Specified by:
othersInsertsAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_othersInsertsAreVisible
public boolean _othersInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int type)
throws ResourceException
- Specified by:
othersUpdatesAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_othersUpdatesAreVisible
public boolean _othersUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownDeletesAreVisible
public boolean ownDeletesAreVisible(int type)
throws ResourceException
- Specified by:
ownDeletesAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_ownDeletesAreVisible
public boolean _ownDeletesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownInsertsAreVisible
public boolean ownInsertsAreVisible(int type)
throws ResourceException
- Specified by:
ownInsertsAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_ownInsertsAreVisible
public boolean _ownInsertsAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int type)
throws ResourceException
- Specified by:
ownUpdatesAreVisible
in interface ResultSetInfo
- Throws:
ResourceException
_ownUpdatesAreVisible
public boolean _ownUpdatesAreVisible(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultSetType
public boolean supportsResultSetType(int type)
throws ResourceException
- Specified by:
supportsResultSetType
in interface ResultSetInfo
- Throws:
ResourceException
_supportsResultSetType
public boolean _supportsResultSetType(int type)
throws ResourceException
- Throws:
ResourceException
supportsResultTypeConcurrency
public boolean supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
- Specified by:
supportsResultTypeConcurrency
in interface ResultSetInfo
- Throws:
ResourceException
_supportsResultTypeConcurrency
public boolean _supportsResultTypeConcurrency(int type,
int concurrency)
throws ResourceException
- Throws:
ResourceException
updatesAreDetected
public boolean updatesAreDetected(int type)
throws ResourceException
- Specified by:
updatesAreDetected
in interface ResultSetInfo
- Throws:
ResourceException
_updatesAreDetected
public boolean _updatesAreDetected(int type)
throws ResourceException
- Throws:
ResourceException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2010 Smokestack. All Rights Reserved.