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

Class DatabaseError

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

+ +
Known Subclasses:
+
+ DataError, + IntegrityError, + InternalError, + NotSupportedError, + OperationalError, + ProgrammingError
+ +
+ +

Error related to the database engine.

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

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