Index of the threadpool module
-
m
sqlapi.connect.threadpool
...
- Connection pool with thread affinity
-
C
InvalidConnection
...
- Raised when trying to use a connection that has been closed or is
otherwise invalid.
-
C
Pool
...
- f __del__ ... - Pool is being garbage collected
- f close ... - Close all connections in the pool.
- f connection ... - Get a solid, cached connection for the current thread
- f __init__ ... - Create a connection pool.
- f solid_connection ... - Get a solid, unpooled solid DB-API 2 connection.
-
C
InvalidConnection
...
- Raised when trying to use a connection that has been closed or is
otherwise invalid.