I know what's this function do, but I can't find out a mnemonic for "cmd" in it. It wolud really helps me to remember this function name. Maybe someone knows? :)
Asked
Active
Viewed 357 times
1
-
1perhaps "command"? From the official docs: "PQcmdTuples Returns the number of rows affected by the SQL command." – The Paramagnetic Croissant Jun 21 '14 at 16:00
-
1Same reason `cmd.exe` is the Windows NT equivalent of MS-DOS's old `command.com` (where the `com` *also* stands for command, I believe, it being a command for working with commands...). – IMSoP Jun 21 '14 at 16:22