WYRDTEK Home Features Reference Downloads About


Reference/es_mbn_getnumrows

Syntax

unsigned es_mbn_getnumrows( struct es_mbn *nd );

Arguments

struct es_mbn *nd Database node.

Description

Retrieve the number of rows in the database node parameter nd.

In the case of a node with an index type of ES_INDEX_NONE, the number of rows may be greater than the number of rows that have been individually inserted or updated. This is because blank rows are automatically inserted for missing index values.

[Back To Reference] [Back To Reference/es_mbn]