WYRDTEK Home Features Reference Downloads About


Reference/es_mbc_getfldidxname

Syntax

const char *es_mbc_getfldidxname( struct es_mbc *cls, unsigned i);

Arguments

struct es_mbc *cls A database class.
unsigned i i-th index field

Description

Return the name of the field corresponding to the i-th index field for a particular class. The i-th field corresponds to the i-th invocation of es_mbc_addfldidx.

Return the null string "" if i is not valid.

[Back To Reference] [Back To Reference/es_mbc]