Index of the solid module
-
m
sqlapi.connect.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.