Transaction

RAII handling of a transaction.

Constructors

this
this(Miniorm db)
Undocumented in source.
this
this(Database db)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

State
enum State
Undocumented in source.

Functions

commit
void commit()
Undocumented in source. Be warned that the author may not have intended to support it.
rollback
void rollback()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

db
Database db;
Undocumented in source.
st
State st;
Undocumented in source.

Meta