WYRDTEK Home Features Reference Downloads About


Reference/es_mbc_getishidden

Syntax

int es_mbc_getishidden( struct es_mbc *cls );

Arguments

struct es_mbc *cls A database class.

Description

Return 1 if class is a hidden class. 0 otherwise.

A class is a hidden class if it was constructed automatically as a result of adding a shared index. It will contain only those fields that are part of the index.

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