PoolConnection

PoolConnection TODO

Contents

class gDBPool.gDBPool.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.

Table Of Contents

Previous topic

PGChannelListener

This Page