|
OXY API 1.0
OXY API Library Documentation
|
A function object that removes all rows from a database context. More...
#include <context.hpp>
Public Member Functions | |
| void | operator() (context_t const &ctx) const |
A function object that removes all rows from a database context.
The remove_all_fn struct defines a function call operator that takes a context_t as a parameter and removes all rows from the specified context. This operation is performed without yielding any results, effectively clearing the data in the context.
| void oxy::context::remove_all_fn::operator() | ( | context_t const & | ctx | ) | const |
| ctx | - The database context from which to remove all rows. |