Subject | Re: [IB-Architect] New API -- Request for Comments |
---|---|
Author | Ann Harrison |
Post date | 2000-05-31T23:20:58Z |
> >And the other nine hundred attributes? Wait/no wait?
> >How do you set a transaction's attributes? (ie wait vs nowait, ...)
> >
> virtual void setAutoCommit (bool setting) = 0;
> virtual bool getAutoCommit() = 0;
> virtual void setTransactionIsolation (int level) = 0;
> virtual int getTransactionIsolation() = 0;
>
>(OK, I did forget them. I don't approve of autocommit and left
> it out of Netfrastructure from which I swiped the code. It's
> now in).
Concurrency/consistency? Read only/read write? read committed?
shadow/no shadow? Reserving?
LRRH