diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-04-14 15:10:57 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-04-14 15:10:57 +0000 |
commit | 87d22076943d75e71b07a3c775cf14625576a6e5 (patch) | |
tree | 12b9662aa9661788fd20fbaa01f46b91a79e7aa3 | |
parent | b27cef29324c456bb77ef617914e062877779de8 (diff) |
Mention CmdTuples(). From Vince.
-rw-r--r-- | doc/src/sgml/libpq++.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 8db88f60079..518f717f391 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -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"> @@ -360,6 +360,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.13 2000/03/31 03:27: </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> Returns the number of fields (attributes) in each tuple of the query result. <synopsis> |