org.axiondb.engine.tables
public abstract class AbstractBaseTable extends BaseTableModificationPublisher implements Table
Version: $Revision: 1.4 $ $Date: 2005/12/20 18:32:28 $
Method Summary | |
---|---|
protected void | checkConstraints(RowEvent event, RowDecorator dec) |
protected void | checkConstraints(RowEvent event, boolean deferred, RowDecorator dec) |
protected void | checkConstraints(RowIterator oldRows, RowIterator newRows) |
RowIterator | getMatchingRows(List selectables, List values, boolean readOnly) |
protected boolean | hasDeferredConstraint() |
protected boolean | isDeferAll() |
void | migrate() |