10.4.1 pooling.PooledMySQLConnection构造函数

句法:

PooledMySQLConnection(cnxpool, cnx)

此构造函数采用连接池和连接参数并返回池连接。它由 MySQLConnectionPool班级使用。

参数:

  • cnxpool: 一个 MySQLConnectionPool例子。

  • cnx: 一个MySQLConnection 例子。

例子:

pcnx = mysql.connector.pooling.PooledMySQLConnection(cnxpool, cnx)