PDF (US Ltr)
- 4.5Mb
PDF (A4)
- 4.5Mb
Syntax:
PooledMySQLConnection(cnxpool, cnx)
This constructor takes connection pool and connection arguments
and returns a pooled connection. It is used by the
MySQLConnectionPool class.
Arguments:
cnxpool: AMySQLConnectionPoolinstance.cnx: AMySQLConnectioninstance.
Example:
pcnx = mysql.connector.pooling.PooledMySQLConnection(cnxpool, cnx)