$maxTimeout
$maxTimeout : integer
Class MySql
$mysqlAsynPool : \PG\MSF\Pools\MysqlAsynPool
__construct(\PG\MSF\Pools\MysqlAsynPool $_mysqlAsynPool, integer|null $_bind_id = null, string|null $_sql = null)
MySql constructor.
| \PG\MSF\Pools\MysqlAsynPool | $_mysqlAsynPool | MySQL连接池对象 |
| integer|null | $_bind_id | bind ID |
| string|null | $_sql | 执行的SQL |