Free a precompiled statement
#include <qdb/qdb.h>
int qdb_stmt_free( qdb_hdl_t *hdl,
int stmtid )
qdb
This function frees a statement previously compiled by qdb_stmt_init(). It's not strictly necessary to call this function, as all precompiled statements are freed when you call qdb_disconnect().
See qdb_stmt_init().
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |