dboo::odb::erase

size_t erase ( SetExpression* expression );

Deletes the objects matching an expression. For Node.js, use the function dboo::odb::query.

Parameters

expression

The query expression.

Return value

The number of matching objects.

Exceptions

Example