mysql-native v0.2.0-preview1 (2017-01-30T02:35:23Z)
Dub
Repo
ExecQueryImplInfo
mysql
protocol
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
protocol
commands
aliases
queryResult
querySequence
queryTuple
functions
exec
execImpl
execQueryImpl
query
queryImpl
queryRow
queryRowImpl
queryRowTuple
queryRowTupleImpl
querySet
querySetImpl
queryValue
queryValueImpl
structs
Command
ExecQueryImplInfo