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?
|
getCost
parse
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
protected final Date cut
public BeforePredicate(String value) throws QueryParseException
QueryParseException
public Date getMinTimestamp()
getMinTimestamp
in class TimestampRangePredicate<ChangeData>
public Date getMaxTimestamp()
getMaxTimestamp
in class TimestampRangePredicate<ChangeData>
public boolean match(ChangeData cd)
Matchable