#include "cifparse.h"
int ndb_cif_move_row_by_name(CifHandle *cf,
const char * datablockName,
const char * categoryName,
const int rowId);
ndb_cif_move_row_by_name makes the current row refer to the row specified by rowId in the category specified by categoryName, in the datablock specified by datablockName, in the CifHandle data structure specified by cf.
cf | pointer to the CifHandle data structure |
datablockName | identifies the datablock |
categoryName | identifies the category |
rowId | identifies the row to become the current row |
Returns the number of the current row or 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_move_datablock |
---|---|
ndb_cif_move_datablock_by_id | |
ndb_cif_move_category | |
ndb_cif_move_category_by_id | |
ndb_cif_move_category_by_name | |
ndb_cif_move_row | |
ndb_cif_move_row_by_id |