Mention CmdTuples(). From Vince.
authorThomas G. Lockhart
Fri, 14 Apr 2000 15:10:57 +0000 (15:10 +0000)
committerThomas G. Lockhart
Fri, 14 Apr 2000 15:10:57 +0000 (15:10 +0000)
doc/src/sgml/libpq++.sgml

index 8db88f60079459b62e30a9b49ce8c98d49ddf2d3..518f717f391caa35a9eb568d6330692ac5eaa4fc 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -358,6 +358,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.13 2000/03/31 03:27:
        
       
      
+     
+      
+       CmdTuples
+              Returns the number of rows affected after an INSERT, UPDATE or DELETE. 
+              If the command was anything else, it returns -1. 
+       
+      int PgDatabase::CmdTuples()
+       
+      
+     
      
       
        Fields