| java.lang.Object com.quadcap.sql.UpdateIndex
UpdateIndex | public class UpdateIndex implements StatementContext(Code) | | StatementContext which manages index update operations generated by a
statement, defers those operations so consistency can be checked,
and at the end of the statement's execution, performs all of the
updates.
author: Stan Bailes |
Method Summary | |
public void | addEntry(byte[] key, byte[] old, long rowId) | public void | finish(boolean abort) | public int | priority() |
priority | public int priority()(Code) | | |
|
|