WYRDTEK Home Features Reference Downloads About


Reference/es_mbi_new

Syntax

int es_mbi_new( struct es_mbb *fb, struct es_mbi **res );

Arguments

struct es_mbb *fb Field-binding collection.
struct es_mbi **res Assigned result. Passed by reference.

Return Codes

ES_ERROR_NONE Success. No errors.

Description

Construct a new iterator from a field-binding. All subsequent invocations of iterator functions that fetch and update data will be with respect to the database field bindings in fb.

Constructing an iterator leaves its position uninitialized.

Iterators can be subsequently destroyed via es_mbi_delete().

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