Retrieve the declared type for a column in a result set
#include <qdb/qdb.h> const char *qdb_column_decltype( qdb_result_t *result, int col );
qdb
The function qdb_column_decltype() returns the declared type of the specified column of a result set. The result set is specified by the result argument. The returned string is valid until qdb_freeresult() is called.
If the specified column is the result of an expression or subquery, an empty string is returned.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |