MySQLPool.this
- this(string host, string user, string password, string database, ushort port, uint maxConcurrent, SvrCapFlags capFlags)
- this(string host, string user, string password, string database, ushort port, SvrCapFlags capFlags)
- this(string connStr, uint maxConcurrent, SvrCapFlags capFlags)
- this(string connStr, SvrCapFlags capFlags)
mysql pool MySQLPool
constructorsfunctionsproperties
Sets up a connection pool with the provided connection settings.