MySQLPool.onNewConnection

Get/set a callback delegate to be run every time a new connection is created.

  1. void delegate(Connection) onNewConnection [@property setter]
    class MySQLPool
    @property
    void
    onNewConnection
    ()
  2. void delegate(Connection) onNewConnection [@property getter]

Meta