public class AgePredicate extends TimestampRangeChangePredicate
Modifier and Type | Field and Description |
---|---|
protected long |
cut |
name, value
Constructor and Description |
---|
AgePredicate(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getMaxTimestamp() |
java.sql.Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object)
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
public java.sql.Timestamp getMinTimestamp()
getMinTimestamp
in class TimestampRangePredicate<ChangeData>
public java.sql.Timestamp getMaxTimestamp()
getMaxTimestamp
in class TimestampRangePredicate<ChangeData>
public boolean match(ChangeData object)
Matchable