|
AnnaDB 1.0
|
#include <query_comparision.hpp>
Public Member Functions | |
| Comparison (std::string_view &field, std::string_view name) | |
| Comparison (std::string field, std::string_view name) | |
| template<std::convertible_to< tyson::TySonObject > T> | |
| Comparison (T value, std::string_view name) | |
| Comparison (tyson::TySonObject &value, std::string_view field, std::string_view name) | |
| std::string | str () |
| ComparisonType | type () |
Protected Attributes | |
| std::string | field_ |
| std::string | name_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, Comparison &obj) |
The Base class for all comparison options