PooledDedicatedDBConnection
Proxy class for pooled dedicated connections.
The PooledDedicatedDBConnection class is accessible via the sqlapi.connect.pool module.
Methods
f __init__(self, pool, connection) ...
Create a pooled dedicated connection.
- pool:
- the corresponding Pool instance
- connection:
- the underlying solid connection
See the source for more information.