Return a column's index
#include <qdb/qdb.h> int qdb_column_index( qdb_result_t *result, const char *name );
This function returns the index for the column with the specified name in the specified result set.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |