Package lemon :: Package db :: Package drivers :: Module gc :: Class gadflyStartupConnection
[show private | hide private]
[frames | no frames]

Class gadflyStartupConnection

baseConnection --+    
                 |    
  gadflyConnection --+
                     |
                    gadflyStartupConnection


Special Gadlfy mode for setting up a database.

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

Method Details

__init__(self, database, dir)
(Constructor)

Set up the database connection
Overrides:
lemon.db.drivers.gc.gadflyConnection.__init__

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