MySQLPool.onNewConnection

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

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

Meta