|
OXY API 1.0
OXY API Library Documentation
|
Representation of a filter. More...
#include <context.hpp>
Public Attributes | |
| std::string | common_column |
| std::string | name |
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.