dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Statement.inject
d2sqlite3
statement
Statement
Binds iterable values in order, executes and resets the statement, in one call.
void
inject
(Args args)
void
inject
(T obj)
void
inject
(T obj)
struct
Statement
void
inject
(
T
)
(
auto
ref
T
obj
)
if
(
!
isBindable
!
T
&&
isIterable
!
T
)
Meta
Source
See Implementation
d2sqlite3
statement
Statement
constructors
this
functions
bind
bindAll
clearBindings
empty
execute
finalize
handle
inject
parameterCount
parameterIndex
parameterName
reset
waitForUnlockNotify
Binds iterable values in order, executes and resets the statement, in one call.