WYRDTEK Home Features Reference Downloads About


Reference/es_mbb_new

Syntax

int es_mbb_new( struct es_mbc *cls, struct es_mbb **res );

Arguments

es_mbc *cls Database class.
struct es_mbb **res Assigned result. Passed by reference.

Return Codes

ES_ERROR_NONE Success. No errors.

Description

Construct a new field-binding collection with respect to the database class cls. cls must be not-NULL. Only fields that belong to that class (or super class) may be added to the field-binding.

Field-bindings are destroyed via es_mbb_delete().

[Back To Reference] [Back To Reference/es_mbb]