org.axiondb.constraints
public class CheckConstraint extends BaseConstraint
condition
is violated.
Version: $Revision: 1.17 $ $Date: 2005/12/20 18:32:46 $
Constructor Summary | |
---|---|
CheckConstraint(String name) |
Method Summary | |
---|---|
boolean | evaluate(RowEvent event) |
boolean | evaluate(RowEvent event, RowDecorator dec) |
boolean | evaluate(RowIterator oldRows, RowIterator newRows, Table table) |
Selectable | getCondition() |
void | resolve(Database db, TableIdentifier table) |
void | setCondition(Selectable where) |