mysql-native ~redesign-prepared (2021-12-15T19:21:38.4590439)
Dub
Repo
ExecQueryImplInfo
mysql
commands
Undocumented in source.
package
struct
ExecQueryImplInfo {
bool
isPrepared
;
string
sql
;
uint
hStmt
;
PreparedStmtHeaders
psh
;
Variant
[]
inParams
;
ParameterSpecialization
[]
psa
;
}
Members
Variables
hStmt
uint
hStmt
;
Undocumented in source.
inParams
Variant
[]
inParams
;
Undocumented in source.
isPrepared
bool
isPrepared
;
Undocumented in source.
psa
ParameterSpecialization
[]
psa
;
Undocumented in source.
psh
PreparedStmtHeaders
psh
;
Undocumented in source.
sql
string
sql
;
Undocumented in source.
Meta
Source
See Implementation
mysql
commands
aliases
CSN
functions
exec
execImpl
execQueryImpl
query
queryImpl
queryRow
queryRowImpl
queryRowTuple
queryRowTupleImpl
queryValue
queryValueImpl
structs
ColumnSpecialization
ExecQueryImplInfo