next up previous contents
Next: ndb_cif_get_item_value_length Up: Function Description Previous: ndb_cif_output_item

ndb_cif_copy_item_value

NAME ndb_cif_copy_item_value

PROTOTYPE

#include "cifparse.h"

char *ndb_cif_copy_value(CifHandle *cf,
                          const int colId);
PURPOSE

ndb_cif_copy_item_value copies the value of the column specified by colId in the current row in CifHandle data strucutre specified by cf into the newly allocated string.

RECEIVES

cf pointer to the CifHandle data structure
colId identifies the column

RETURN VALUE

Returns the the newly allocated string that contains a copy value of the column or NULL if failure.

REMARKS

See also: ndb_cif_get_item_value
  ndb_cif_output_item



Olivera Tosic
6/12/2002