Package mysql :: Package exceptions :: Module internal :: Class Statement_Closed_Error
[hide private]
[frames] | no frames]

Class Statement_Closed_Error

source code

exceptions.Exception --+    
                       |    
              base.Error --+
                           |
                          Statement_Closed_Error

Attempted to use a statement object that has been closed.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__