From: Thomas G. Lockhart Date: Fri, 14 Apr 2000 15:10:57 +0000 (+0000) Subject: Mention CmdTuples(). From Vince. X-Git-Tag: REL7_0~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87d22076943d75e71b07a3c775cf14625576a6e5;p=postgresql Mention CmdTuples(). From Vince. --- diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 8db88f6007..518f717f39 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -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