WYRDTEK Home Features Reference Downloads About


Reference/es_mbc_getfldidxtype

Syntax

int es_mbc_getfldidxtype( struct es_mbc *cls, unsigned i);

Arguments

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

Description

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

Returns -1 if i is not valid.

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