net.aditsu.depeche
public class FilterCondition extends Condition
| Constructor and Description |
|---|
FilterCondition(String field,
String op,
Serializable value) |
| Modifier and Type | Method and Description |
|---|---|
SQLCondition |
getSQLCondition(Provider p) |
Boolean |
test(Record r) |
public FilterCondition(String field, String op, Serializable value)
public SQLCondition getSQLCondition(Provider p)
getSQLCondition in class Condition