Disconnect from a database
#include <qdb/qdb.h> int qdb_disconnect( qdb_hdt_t *db );
This function terminates the connection with a database previously connected to with qdb_connect().
You should disconnect from all databases when you're finished using them.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |