This corresponds to constraints in a WHERE-clause in SQL SELECT-syntax.
author: Rob van Maris version: $Id: Constraint.java,v 1.3 2007/12/06 08:13:36 michiel Exp $ since: MMBase-1.7
Method Summary
public boolean
equals(Object obj) Compares this constraint to the specified object.
int
getBasicSupportLevel() Tests if this constraint is supported by the basic queryhandler.
Compares this constraint to the specified object. The result is
true if and only if the argument is a non-null
Constraint object representing the same constraint(s).
Parameters: obj - The object to compare with. true if the objects are equal,false otherwise.