PoolConnection TODO
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.