projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27cef2
)
Mention CmdTuples(). From Vince.
author
Thomas G. Lockhart
Fri, 14 Apr 2000 15:10:57 +0000
(15:10 +0000)
committer
Thomas G. Lockhart
Fri, 14 Apr 2000 15:10:57 +0000
(15:10 +0000)
doc/src/sgml/libpq++.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq++.sgml
b/doc/src/sgml/libpq++.sgml
index 8db88f60079459b62e30a9b49ce8c98d49ddf2d3..518f717f391caa35a9eb568d6330692ac5eaa4fc 100644
(file)
--- 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