mysql-native v1.1.4 (2017-12-04T08:31:55Z)
Dub
Repo
PreparedImpl.setArg
mysql
prepared
PreparedImpl
Undocumented in source. Be warned that the author may not have intended to support it.
void
setArg
(size_t index, T val, ParameterSpecialization psn)
void
setArg
(size_t index, Nullable!T val, ParameterSpecialization psn)
struct
PreparedImpl
void
setArg
(
T
)
(
size_t
index
,
Nullable
!
T
val
,
ParameterSpecialization
psn
=
PSN
(0,
SQLType.INFER_FROM_D_TYPE
, 0, null)
)
Meta
Source
See Implementation
mysql
prepared
PreparedImpl
aliases
queryResult
querySequence
queryTuple
constructors
this
functions
exec
execQueryImpl2
getArg
query
queryRow
queryRowTuple
querySet
queryValue
release
setArg
setArgs
setNullArg
sql
properties
isReleased
numArgs
preparedFieldDescriptions
preparedParamDescriptions
static functions
analyseParams
immediateRelease
makeBitmap
makePSPrefix
sendCommand
sendLongData
variables
_hStmt
_inParams
_psParams
_psWarnings
_psa
_psh