next up previous contents
Next: ndb_cif_print_datablock Up: Function Description Previous: ndb_cif_get_category_id

ndb_cif_get_column_id

NAME ndb_cif_get_column_id

PROTOTYPE

#include "cifparse.h"

int ndb_cif_get_column_id(CifHandle *cf,
                            const char * datablockName,
                            const char * categoryName,
                            const char * itemKeyword);
PURPOSE

ndb_cif_get_column_id returns the column number of the column specified by itemKeyword in the category categoryName in datablock datablockName and CifHandle data structure specified by cf.

RECEIVES

cf pointer to the CifHandle data structure
datablockName identifies the datablock
categoryName identifies the category
itemKeyword identifies the column

RETURN VALUE

Returns the number of the column or 0 upon failure.

REMARKS

See also: ndb_cif_get_datablock_id
  ndb_cif_get_category_id



Olivera Tosic
6/12/2002