distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
Transaction
miniorm
api
RAII handling of a transaction.
struct
Transaction {
Miniorm
db
;
bool
isDone
;
this
(Miniorm db);
~this
();
void
commit
();
}
Constructors
this
this
(Miniorm db)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
commit
void
commit
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
db
Miniorm
db
;
Undocumented in source.
isDone
bool
isDone
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
api
classes
SpinSqlTimeout
enums
AggregateInsert
functions
fromSqLiteDateTime
rndSleep
spinSql
toSqliteDateTime
structs
Miniorm
Transaction
RAII handling of a transaction.