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

Class ProgrammingError

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

+ +
+ +

Error related to database programming (SQL error, table not found etc).

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

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