dpq v0.9.3 (2018-01-10T23:25:51Z)
Dub
Repo
Connection.execParams
dpq
connection
Connection
ditto, but taking an array of params, instead of variadic template
Result
execParams
(
string
command
,
T
params
)
Result
execParams
(
string
command
,
Value
[]
params
,
bool
async
=
false
)
struct
Connection
Result
execParams
(
string
command
,
Value
[]
params
,
bool
async
= false
)
Meta
Source
See Implementation
dpq
connection
Connection
constructors
this
functions
allResults
begin
close
commit
count
ensureSchema
escapeIdentifier
escapeLiteral
exec
execParams
find
findL
findOne
findOneBy
insert
insertAsync
insertR
isBusy
lastResult
nextResult
releaseSavepoint
remove
removeAsync
rollback
savepoint
send
sendParams
update
updateAsync
properties
db
errorMessage
host
password
port
user
ditto, but taking an array of params, instead of variadic template