Package lemon :: Package db :: Package drivers :: Module base :: Class baseConnection
[show private | hide private]
[frames | no frames]

Class baseConnection

Known Subclasses:
gadflyConnection, mysqlConnection, odbcConnection

Method Summary
  __init__(self)
Set up the database connection...
  __getattr__(self, name)
Delegate unrecognised methods/attributes to the cursor object.
  cursor(self, autoExecute, fetchMode, autoConvert, convertMode, colTypesName, types)
Return our custom cursor rather than the default connection cursor.

Method Details

__init__(self)
(Constructor)

Set up the database connection

__getattr__(self, name)
(Qualification operator)

Delegate unrecognised methods/attributes to the cursor object.

cursor(self, autoExecute=True, fetchMode='tuple', autoConvert=False, convertMode='table', colTypesName='ColTypes', types={})

Return our custom cursor rather than the default connection cursor.

Generated by Epydoc 2.0 on Mon Nov 10 15:08:20 2003 http://epydoc.sf.net