Free the result of an SQL statement
#include <qdb/qdb.h> int qdb_freeresult(qdb_result_t *res);
qdb
Results returned from qdb_getresult() need to be freed using this function when you're finished using them.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |