WYRDTEK Home Features Reference Downloads About


Reference/es_mbs_update

Syntax

int es_mbs_update( struct es_mbs *siter, struct es_mbb *fb );

Arguments

struct es_mbs *siter Database node sorted iterator.
struct es_mbb *fb Database field-binding.

Return Codes

ES_ERROR_NONE Success. No errors.
ES_ERROR_INVALIDBINDING The field-binding associated with siter is for a class that is not the same (or a valid super class) as that of the field-binding fb.

Description

Update contents of row corresponding to current position of iterator siter with respect to the supplied field-binding fb. The behaviour is undefined if siter has not been previously initialized to a valid position vis es_mbs_beginfetch() or es_mbs_incfetch().

es_mbs_update() ignores any index fields bound by value.

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