Print data from a query result
#include <qdb/qdb.h>
int qdb_printmsg( FILE *file,
qdb_result_t *result,
int format );
qdb
This function prints the results of an SQL SELECT query on a QDB database. You must specify a standard file stream, such as stdout.
The number of rows in the results, or -1 if an error occurred (errno is set).
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |