PooledDedicatedDBConnection

Proxy class for pooled dedicated connections.


Methods

f __init__(self, pool, connection) ...

Create a pooled dedicated connection.

pool:
the corresponding Pool instance
connection:
the underlying solid connection

f close(self) ...

Close the pooled dedicated connection.

f __del__(self) ...

Delete the pooled connection.

See the source for more information.