Return the length of a cell's data
#include <qdb/qdb.h> int qdb_cell_length( qdb_result_t *res, int row, int col );
qdb
This function returns the length of a specified cell in a database query result. This is useful for datatypes that are variable-length, such as QDB_TEXT and QDB_BLOB.
For QDB_TEXT, this function does not count the terminating \0 character. |
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |