mysql-native v2.1.0-rc3 (2018-02-26T05:33:11Z)
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