| Home | Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
DBError Base class for all DB exceptions. |
|
|
Error Thrown to indicate an error in the db module. |
|
|
Warning Thrown to indicate an error in the db module. |
|
|
Cursor Class for DB cursors returned by the DB.cursor() method. |
|
|
DB The object returned by a call to DBDriver.connect(). |
|
|
DBDriver Base class for all DB drivers. |
|
| Variables | |
TableMetadata = namedtuple('TableMetadata', ['column_name', 't
|
|
IndexMetadata = namedtuple('IndexMetadata', ['index_name', 'in
|
|
RDBMSMetadata = namedtuple('RDBMSMetadata', ['vendor', 'produc
|
|
| Variables Details |
TableMetadata
|
IndexMetadata
|
RDBMSMetadata
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jan 4 20:34:13 2009 | http://epydoc.sourceforge.net |