mysql-native v2.1.0-rc3 (2018-02-26T05:33:11Z)
Dub
Repo
PreparedRegistrations.registerIfNeeded
mysql
prepared
PreparedRegistrations
If already registered, simply returns the cached Payload.
struct
PreparedRegistrations
(Payload)
Payload
registerIfNeeded
(
string
sql
,
Payload
delegate
(
string
)
doRegister
)
out (info) { assert (!info.queuedForRelease); }
if
(
isPreparedRegistrationsPayload
!
Payload
)
Meta
Source
See Implementation
mysql
prepared
PreparedRegistrations
functions
clear
opIndex
queueAllForRelease
queueForRelease
registerIfNeeded
unqueueForRelease
variables
directLookup
If already registered, simply returns the cached Payload.