#include "cifparse.h"
int ndb_cif_item_row_1_key(CifHandle *cf,
const int colId,
char *fieldValue);
ndb_cif_item_row_1_key in the CifHandle data stucture specified by cf examines all the rows and return the row number if the fieldValue is found in the column specified by colId, and also set the current row to the row where the value was found.
cf | pointer to the CifHandle data structure |
colId | identifies the column |
fieldValue | pointer to the value which is being looked for |
Returns the row number where the value were found or 0 for failure.
See also: | ndb_cif_item_row_2_key |
---|---|
ndb_cif_item_row_3_key | |
ndb_cif_item_row_4_key |