mysql-native v2.0.0-rc1 (2018-02-05T04:22:06Z)
Dub
Repo
MySQLPool.onNewConnection
mysql
pool
MySQLPool
Get/set a callback delegate to be run every time a new connection is created.
void
delegate
(
Connection
)
onNewConnection
[@property setter]
class
MySQLPool
@
property
void
onNewConnection
(
void
delegate
(
Connection
)
onNewConnection
)
void
delegate
(
Connection
)
onNewConnection
[@property getter]
Meta
Source
See Implementation
mysql
pool
MySQLPool
constructors
this
functions
lockConnection
properties
maxConcurrency
onNewConnection
Get/set a callback delegate to be run every time a new connection is created.