dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
RefCntStatement
miniorm
api
Undocumented in source.
struct
RefCntStatement {
import
std
.
exception
:
collectException
;
;
import
std
.
typecons
:
RefCounted
,
RefCountedAutoInitialize
,
refCounted
;
;
import
std
.
typecons
:
RefCounted
,
RefCountedAutoInitialize
,
refCounted
;
;
import
std
.
typecons
:
RefCounted
,
RefCountedAutoInitialize
,
refCounted
;
;
struct
Payload
;
RefCounted
!(
Payload
,
RefCountedAutoInitialize
.
no
)
rc
;
this
(Statement stmt);
Statement
get
();
}
Constructors
this
this
(Statement stmt)
Undocumented in source.
Members
Functions
get
Statement
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Payload
struct
Payload
Undocumented in source.
Variables
rc
RefCounted
!(
Payload
,
RefCountedAutoInitialize
.
no
)
rc
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
api
classes
SpinSqlTimeout
enums
AggregateInsert
functions
fromSqLiteDateTime
spinSql
toSqliteDateTime
structs
Miniorm
RefCntStatement
Transaction