PooledSharedDBConnection
Proxy class for pooled shared connections.
The PooledSharedDBConnection class is accessible via the sqlapi.connect.pool module.
Methods
f __init__(self, pool, shared_connection) ...
Create a pooled shared connection.
- pool:
- the corresponding Pooled instance
- shared_connection:
- the underlying SharedDBConnection
See the source for more information.