Syntax:
Press CTRL+C to copy cnx.pool_name
cnx.pool_name
This property returns the name of the connection pool to which the connection belongs.
Example:
Press CTRL+C to copy cnx = cnxpool.get_connection() name = cnx.pool_name
cnx = cnxpool.get_connection() name = cnx.pool_name