MySQLPool.this

Sets up a connection pool with the provided connection settings.

  1. this(string host, string user, string password, string database, ushort port, uint maxConcurrent, SvrCapFlags capFlags)
    class MySQLPool
    this
    (
    string host
    ,
    string user
    ,
    string password
    ,
    string database
    ,
    ushort port = 3306
    ,
    uint maxConcurrent = (uint).max
    ,)
  2. this(string host, string user, string password, string database, ushort port, SvrCapFlags capFlags)
  3. this(string connStr, uint maxConcurrent, SvrCapFlags capFlags)
  4. this(string connStr, SvrCapFlags capFlags)

Meta