WYRDTEK Home Features Reference Downloads About


Reference/es_mbd_new

Syntax

struct es_mbd *es_mb_new();

Description

Constructs and return a new database definition.

A database definition may be subsequently destroyed via es_mbd_delete().

es_mbd_new may fail if either the system is out of resources or if a software license has not been initialized via a call to es_init, in which case the process will abort with an error message to stderr.

[Back To Reference] [Back To Reference/es_mbd]