Index of the connect module
-
m
sqlapi.connect
...
-
m
solid
...
- solid - hardened DB-API 2 connections.
-
C
SolidDBCursor
...
- A 'tough' version of DB-API 2 cursors.
- f setoutputsize ... - Store output sizes in case cursor needs to be reopened.
- f setinputsizes ... - Store input sizes in case cursor needs to be reopened.
- f __init__ ... - Create a 'tough' DB-API 2 cursor.
- f close ... - Close the tough cursor.
- C SolidDBConnection ... - A 'tough' version of DB-API 2 connections.
- f connect ... - A tough version of the connection constructor of a DB-API 2 module.
-
C
SolidDBCursor
...
- A 'tough' version of DB-API 2 cursors.
-
m
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 ...
-
C
InvalidConnection
...
- Raised when trying to use a connection that has been closed or is
otherwise invalid.
- m wrapper ... - A wrapper for DB-API connections, with SQL-API features
-
m
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).
-
m
solid
...
- solid - hardened DB-API 2 connections.