![]() |
![]() |
![]() |
![]() |
Return a column's name
#include <qdb/qdb.h> const char * qdb_column_name( qdb_result_t *res, int col );
qdb
This function returns the name of a specified column index col, as defined in a database schema when the table was created.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
qdb_column_index(), qdb_column_decltype(), qdb_columns()
![]() |
![]() |
![]() |
![]() |