WYRDTEK Home Features Reference Downloads About


Reference/es_mbs_incfetch

Syntax

int es_mbs_incfetch( struct es_mbs *siter );

Arguments

struct es_mbs *siter Database node sorted iterator.

Return Codes

ES_ERROR_NONE Success. No errors.
ES_ERROR_FAILTOFIND Iterator has been incremented beyond the last row in database node nd.

Description

Increment sorted iterator siter to point at next sorted row in database node and fetch it's contents.

If one or more membership filters ( struct es_mbm ) have been added to the associated field-binding ( struct es_mbb ) es_mbs_incfetch() will instead advance to next sorted row for which the filters are valid.

Returns ES_ERROR_FAILTOFIND if siter is advanced beyond the last row in the node.

[Back To Reference] [Back To Reference/es_mbs]