mysql-native v0.2.0-preview1 (2017-01-30T02:35:23Z)
Dub
Repo
PreparedImpl.setArg
mysql
protocol
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
protocol
prepared
PreparedImpl
aliases
queryResult
querySequence
queryTuple
constructors
this
destructors
~this
functions
exec
execQueryImpl2
getArg
query
queryRow
queryRowTuple
querySet
queryValue
release
setArg
setArgs
setNullArg
properties
isReleased
numArgs
preparedFieldDescriptions
preparedParamDescriptions
static functions
analyseParams
makeBitmap
makePSPrefix
sendCommand
sendLongData
variables
_hStmt
_inParams
_psParams
_psWarnings
_psa
_psh