Free the result of an SQL statement
#include <qdb/qdb.h> int qdb_freeresult( qdb_result_t *result );
This function frees a result previously returned from qdb_getresult(). You should call qdb_freeresult() when you're finished using a result set, to reduce your application's memory footprint.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |