mysql-native ~master (2022-04-23T05:03:55Z)
Dub
Repo
PreparedRegistrations.registerIfNeeded
mysql
impl
prepared
PreparedRegistrations
If already registered, simply returns the cached Payload.
struct
PreparedRegistrations
(Payload)
@
safe
Payload
registerIfNeeded
(
const
(
char
[])
sql
,
Payload
delegate
(
const
(
char
[])
)
@
safe
doRegister
)
out (info) { assert (!info.queuedForRelease); }
if
(
isPreparedRegistrationsPayload
!
Payload
)
Meta
Source
See Implementation
mysql
impl
prepared
PreparedRegistrations
functions
clear
opIndex
queueAllForRelease
queueForRelease
registerIfNeeded
unqueueForRelease
variables
directLookup
If already registered, simply returns the cached Payload.