|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agonism.dovetail.site.RecordSentry
This class can be used to determine when the value for a column in a ResultSet has changed.
Constructor Summary | |
RecordSentry(Query query,
java.lang.String resultName)
Construct a RecordSentry that will watch the named Query result |
Method Summary | |
boolean |
hasChanged(boolean ignoreFirstChange)
Get whether the named result has changed after the ResultSet has been advanced. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecordSentry(Query query, java.lang.String resultName)
Method Detail |
public boolean hasChanged(boolean ignoreFirstChange)
ignoreFirstChange
- return false the first time the value changes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |