MySQLPoolImpl.onNewConnection

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

  1. NewConnectionDelegate onNewConnection [@property setter]
    class MySQLPoolImpl(bool isSafe)
    @property @safe
    void
    onNewConnection
    (
    NewConnectionDelegate onNewConnection
    )
  2. NewConnectionDelegate onNewConnection [@property getter]

Meta