Home | Trees | Indices | Help |
---|
|
|
|||
|
Not_Connected_Error Tried to run a command when no connection is established. |
||
|
Data_Truncated Data was truncated in the last fetch. |
||
|
Affected_Rows_Unavailable The number of affected rows is not available. |
||
|
Result_Unbuffered_Error Attempted to call a method that requires the results to be buffered (stored) locally. |
||
|
Result_Closed_Error Attempted to use a result object that has been closed. |
||
|
No_Statement_Info_Error Information is not available for the last statement when using the mysql.connection.Connection.last_statement_info method. |
||
|
No_Insert_ID_Error The last insert ID is not available when calling the mysql.connection.Connection.last_insert_id method. |
||
|
No_More_Results No more results are available in the mysql.connection.Connection.next_result method. |
||
|
No_More_Rows The last row was reached in the mysql.result.Result.fetch_row method. |
||
|
Statement_Closed_Error Attempted to use a statement object that has been closed. |
||
|
Connected_Error Attempted to use a command that cannot be used while connected. |
|
|||
|
__version__ = '$Revision: 1.2 $'
|
|
__version__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:26 2006 | http://epydoc.sourceforge.net |