| com.quadcap.sql.LogStep com.quadcap.sql.AutoNumberStep
AutoNumberStep | public class AutoNumberStep extends LogStep implements Externalizable(Code) | | Log step to record allocations of auto numbers...
author: Stan Bailes |
AutoNumberStep | public AutoNumberStep()(Code) | | Default constructor for serialization
|
AutoNumberStep | public AutoNumberStep(Session session, Table table, long num)(Code) | | Explicit constructor
|
redo | public void redo(Session session) throws IOException, SQLException(Code) | | "Redo" keeps the constraint number in sync. We don't care about
the rows for which this was generated, we just need the max number
that we ever gave out....
|
setCurrentId | public void setCurrentId(long x)(Code) | | Exposed so a careful client can avoid an allocation
|
|
|