| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
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. |
|||
|
TableMetadata TableMetadata(column_name, type_string, max_char_size, precision, scale, nullable) |
|||
|
IndexMetadata IndexMetadata(index_name, index_columns, description) |
|||
|
RDBMSMetadata RDBMSMetadata(vendor, product, version) |
|||
|
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. |
|||
|
|||
__package__ = Nonehash(x) |
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 14 15:21:05 2016 | http://epydoc.sourceforge.net |