]> granicus.if.org Git - postgresql/commitdiff
Mention CmdTuples(). From Vince.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 14 Apr 2000 15:10:57 +0000 (15:10 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
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 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.13 2000/03/31 03:27:40 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.14 2000/04/14 15:10:57 thomas Exp $
 -->
 
  <chapter id="libpqplusplus">
@@ -358,6 +358,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.13 2000/03/31 03:27:
        </synopsis>
       </para>
      </listitem>
+     <listitem>
+      <para>
+       <function>CmdTuples</function>
+              Returns the number of rows affected after an INSERT, UPDATE or DELETE. 
+              If the command was anything else, it returns -1. 
+       <synopsis>
+      int PgDatabase::CmdTuples()
+       </synopsis>
+      </para>
+     </listitem>
      <listitem>
       <para>
        <function>Fields</function>