begin-was-executed | Initargs::begin-was-executed; Accessors:begin-was-executed-p; Type:boolean. |
---|---|
break-on-next-command | Initargs::break-on-next-command; Accessors:break-on-next-command-p; Type:boolean. |
command-counter | Initform:(make-instance 'command-counter), Initargs::command-counter; Accessors:command-counter-of; Type:command-counter. |
database | Initargs::database; Accessors:database-of; Type:database. |
default-result-type | Initargs::default-result-type; Accessors:default-result-type-of; Type:(member vector list cursor). |
state | Initform:uninitialized, Initargs::state; Accessors:state-of; Type:(member uninitialized committed rolled-back in-progress). |
terminal-action | Used by with-transaction to decide what to do when the with-transaction body finishes without any errors. Initform:commit, Initargs::terminal-action; Accessors:terminal-action-of; Type:(member
commit
rollback
marked-for-commit-only
marked-for-rollback-only). |
timestamp | Initargs::timestamp; Accessors:timestamp-of; Type:integer. |
make-cursor | Creates and associates a new cursor with the given ongoing transaction. |
---|---|
setfterminal-action-of |