| Home | Trees | Index | Help |
|---|
| Package MySQLdb :: Module connections |
|
| Classes | |
|---|---|
Connection |
MySQL Database Connection Object |
| Function Summary | |
|---|---|
If cursor is not None, (errorclass, errorvalue) is appended to cursor.messages; otherwise it is appended to connection.messages. | |
| Function Details |
|---|
defaulterrorhandler(connection, cursor, errorclass, errorvalue)If cursor is not None, (errorclass, errorvalue) is appended to cursor.messages; otherwise it is appended to connection.messages. Then errorclass is raised with errorvalue as the value. You can override this with your own error handler by assigning it to the instance. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Mon Jan 31 23:02:12 2005 | http://epydoc.sf.net |