Auxiliary proxy class for pooled dedicated connections.
Definition at line 284 of file pooled_db.py.
◆ __init__()
def aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection.__init__ |
( |
|
self, |
|
|
|
pool, |
|
|
|
con |
|
) |
| |
Create a pooled dedicated connection.
pool: the corresponding PooledDB instance
con: the underlying SteadyDB connection
Definition at line 287 of file pooled_db.py.
◆ __del__()
def aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection.__del__ |
( |
|
self | ) |
|
◆ __getattr__()
def aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection.__getattr__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
Proxy all members of the class.
Definition at line 309 of file pooled_db.py.
◆ close()
def aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection.close |
( |
|
self | ) |
|
Close the pooled dedicated connection.
Definition at line 301 of file pooled_db.py.
◆ _con
aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection._con |
|
private |
◆ _pool
aestate.opera.DBPool.pooled_db.PooledDedicatedDBConnection._pool |
|
private |
The documentation for this class was generated from the following file: