Index of the pool module
-
m
sqlapi.connect.pool
...
- Connection pool.
-
C
TooManyConnections
...
- Raised when too many connections have been opened (and when
blocking is not set to be on).
- C PooledDedicatedDBConnection ... - Proxy class for pooled dedicated connections.
-
C
InvalidConnection
...
- Raised when trying to use a connection that has been closed or is
otherwise invalid.
- C SharedDBConnection ... - Class for shared connections.
- C PooledSharedDBConnection ... - Proxy class for pooled shared connections.
-
C
Pool
...
- f solid_connection ... - Get a solid, unpooled solid DB-API 2 connection.
- f unshare ... - Decrease the share of a connection in the shared cache.
- f cache ... - Put a dedicated connection back into the idle cache.
- f connection ... - Get a solid, cached connection from the pool.
- f close ... - Close all connections in the pool.
- f __init__ ... - Create a connection pool.
-
C
TooManyConnections
...
- Raised when too many connections have been opened (and when
blocking is not set to be on).