org.axiondb.constraints
Class NullConstraint
java.lang.Object
org.axiondb.constraints.BaseConstraint
org.axiondb.constraints.BaseSelectableBasedConstraint
org.axiondb.constraints.NullConstraint
- All Implemented Interfaces:
- Serializable, Constraint, SelectableBasedConstraint
public class NullConstraint
- extends BaseSelectableBasedConstraint
A NULL constraint, which is never violated but
may be created and dropped.
- Version:
- $Revision: 1.8 $ $Date: 2003/07/22 23:54:37 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullConstraint
public NullConstraint()
NullConstraint
public NullConstraint(String name)
evaluate
public boolean evaluate(RowEvent event)
throws AxionException
- Returns
true
.
- Specified by:
evaluate
in interface Constraint
- Specified by:
evaluate
in class BaseSelectableBasedConstraint
- Throws:
AxionException