public interface ILimitChecker
Modifier and Type | Method and Description |
---|---|
boolean |
checkContinue()
See if we should examine another row.
|
boolean |
checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
boolean |
doesCompareWork()
See if this class can be legitimately compared against another of
the same type.
|
ILimitChecker |
duplicate()
Create a duplicate of this class instance.
|
boolean |
equals(Object object)
Compare two objects and see if equal.
|
int |
hashCode()
Find the hashcode for this class.
|
static final String _rcsid
boolean doesCompareWork()
ILimitChecker duplicate()
int hashCode()
boolean equals(Object object)
boolean checkInclude(IResultRow row) throws ManifoldCFException
row
- is the result row to check.ManifoldCFException
boolean checkContinue() throws ManifoldCFException
ManifoldCFException