OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::create_filter_fn Struct Reference

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

Detailed Description

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.

Member Function Documentation

◆ operator()()

void oxy::create_filter_fn::operator() ( connection_ptr const & conn,
std::string const & filter_name ) const
Parameters
conn- The connection pointer to the SQLite database.
filter_name- The name of the filter to be created.