query/include/matador/query/criteria.hpp

13 lines
475 B
C++

#ifndef CRITERIA_CRITERIA_HPP
#define CRITERIA_CRITERIA_HPP
#include "matador/query/criteria/between_criteria.hpp"
#include "matador/query/criteria/binary_criteria.hpp"
#include "matador/query/criteria/collection_criteria.hpp"
#include "matador/query/criteria/like_criteria.hpp"
#include "matador/query/criteria/logical_criteria.hpp"
#include "matador/query/criteria/not_criteria.hpp"
#include "matador/query/criteria/criteria_operators.hpp"
#endif //CRITERIA_CRITERIA_HPP