public class BeforePredicate extends TimestampRangeChangePredicate
| Modifier and Type | Field and Description |
|---|---|
protected Date |
cut |
name, value| Constructor and Description |
|---|
BeforePredicate(String value) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getMaxTimestamp() |
Date |
getMinTimestamp() |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getCostparsegetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, orprotected final Date cut
public BeforePredicate(String value) throws QueryParseException
QueryParseExceptionpublic Date getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public Date getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData cd)
Matchable