MySqlConnectionImpl constructor

MySqlConnectionImpl(
  1. Duration _timeout,
  2. Comm _socket
)

Implementation

MySqlConnectionImpl(this._timeout, this._socket);