PooledSharedDBConnection

Proxy class for pooled shared connections.


Methods

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

Create a pooled shared connection.

pool:
the corresponding Pooled instance
shared_connection:
the underlying SharedDBConnection

f close(self) ...

Close the pooled shared connection.

f __del__(self) ...

Delete the pooled connection.

See the source for more information.