mysql-native v2.3.0 (2019-02-24T04:02:38Z)
Dub
Repo
ExecQueryImplInfo
mysql
protocol
comms
Undocumented in source.
package
struct
ExecQueryImplInfo {
bool
isPrepared
;
const
(
char
[])
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
const
(
char
[])
sql
;
Undocumented in source.
Meta
Source
See Implementation
mysql
protocol
comms
functions
authenticate
buildAuthPacket
consumeNullBitmap
consumeServerInfo
ctorRow
enableMultiStatements
execQueryImpl
getCmdResponse
getCommonCapabilities
getNextRow
getPacket
immediateReleasePrepared
makeToken
parseGreeting
performRegister
purgeResult
send
sendCmd
serverStats
setClientFlags
structs
ExecQueryImplInfo
ProtocolPrepared