SolidDBCursor

A 'tough' version of DB-API 2 cursors.


Methods

f __init__(self, connection, dbapi_module) ...

Create a 'tough' DB-API 2 cursor.

f setinputsizes(self, sizes) ...

Store input sizes in case cursor needs to be reopened.

f setoutputsize(self, size, column=None) ...

Store output sizes in case cursor needs to be reopened.

f close(self) ...

Close the tough cursor.

It will not complain if you close it more than once.

See the source for more information.