Start a transaction
#include <qdb/qdb.h> int qdb_rollback(qdb_handle_t *hdl);
qdb
This function completes a transaction by rolling it back. All changes that the transaction has made up to this point are discarded. It is equivalent to executing: qdb_statement(hdl, "ROLLBACK;");.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |