WYRDTEK Home Features Reference Downloads About


Reference/es_mbi_fetch

Syntax

int es_mbi_fetch( struct es_mbi *iter, struct es_mbb *fb );

Arguments

struct es_mbi *iter Database node iterator.
struct es_mbb *fb Database field-binding

Return Codes

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

Description

Fetch contents of row corresponding to current position of iterator iter with respect to the supplied field-binding fb. The behaviour is undefined if iter has not been previously initialized to a valid position.

[Back To Reference] [Back To Reference/es_mbi]