Return the number of rows in a result
#include <qdb/qdb.h> int qdb_rows(qdb_result_t *res);
qdb
This function returns the number of rows in the result. If your query matched no rows in the database, then this function returns 0.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |