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

Representation of a filter. More...

#include <context.hpp>

Public Attributes

std::string common_column
std::string name

Detailed Description

Representation of a filter.

A filter is used to filter the results of a query based on a common column. It contains the name of the filter and the common column to filter on. The common column is used to join different tables in the database and retrieve only the relevant data.