PoolConnection

class gdbpool.pool_connection.PoolConnection(db_module, dsn, cursor_type=None)[source]

Bases: object

Single connection object for the pool

On object initialization the object initializes the DB connection (a standard Db-API connection object). Direct access to the object is only possible when the member name is prefixed with “PoolConnection_”. Otherwise member access goes to the ‘inner’ connection object.

Previous topic

DBInteractionPool

This Page