diff options
-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> |