|
OXY API 1.0
OXY API Library Documentation
|
Function object to create a filter in a SQLite database. More...
#include <connection.hpp>
Public Member Functions | |
| void | operator() (connection_ptr const &conn, std::string const &filter_name) const |
Function object to create a filter in a SQLite database.
This function object provides an operator() that takes a connection_ptr and a filter name, and creates a filter in the SQLite database.
| void oxy::create_filter_fn::operator() | ( | connection_ptr const & | conn, |
| std::string const & | filter_name ) const |
| conn | - The connection pointer to the SQLite database. |
| filter_name | - The name of the filter to be created. |