dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Transaction
miniorm
api
RAII handling of a transaction.
struct
Transaction {
Database
db
;
enum
State
;
State
st
;
this
(Miniorm db);
this
(Database db);
~this
();
void
commit
();
void
rollback
();
}
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
Source
See Implementation
miniorm
api
classes
SpinSqlTimeout
enums
AggregateInsert
functions
fromSqLiteDateTime
spinSql
toSqliteDateTime
structs
Miniorm
RefCntStatement
ResultRange2
Transaction
RAII handling of a transaction.