句法:
Press CTRL+C to copy cnx.pool_name
cnx.pool_name
此属性返回连接所属的连接池的名称。
例子:
Press CTRL+C to copy cnx = cnxpool.get_connection() name = cnx.pool_name
cnx = cnxpool.get_connection() name = cnx.pool_name