X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.OperationalError-class.html;fp=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.OperationalError-class.html;h=e52e8b11fc5031d3550151b92c0b07aec6f32cfe;hb=5a4c1b1278ffa01e630fde47f7c54888ed20a576;hp=0000000000000000000000000000000000000000;hpb=cee5ab52df1c9f38b6eaff2dd354cb22f59028c7;p=plcapi.git diff --git a/trunk/psycopg2/doc/api/public/psycopg2.OperationalError-class.html b/trunk/psycopg2/doc/api/public/psycopg2.OperationalError-class.html new file mode 100644 index 0000000..e52e8b1 --- /dev/null +++ b/trunk/psycopg2/doc/api/public/psycopg2.OperationalError-class.html @@ -0,0 +1,103 @@ + + + + + psycopg2.OperationalError + + + + + + + + + + + + + + + + + + + +
+ + Package psycopg2 :: + Class OperationalError +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Class OperationalError

+ +
+Exception --+            
+            |            
+StandardError --+        
+                |        
+            Error --+    
+                    |    
+        DatabaseError --+
+                        |
+                       OperationalError
+

+ +
+ +

Error related to database operation (disconnect, memory allocation etc).

+
+ + + + + + + + + + + + + + +
Method Summary
    Inherited from Exception
 __init__(...) +
 __getitem__(...) +
 __str__(...) +

+ + + + + + + + + + + + + + + + + + +
+ +