|
AnnaDB 1.0
|
#include <query_comparision.hpp>
Public Member Functions | |
| Eq (tyson::TySonObject &value) | |
| Eq (std::string_view path_to_field, tyson::TySonObject &value) | |
| Eq (tyson::TySonObject &&value) | |
| Eq (std::string_view path_to_field, tyson::TySonObject &&value) | |
Public Member Functions inherited from annadb::Query::Comparison | |
| 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 () |
Additional Inherited Members | |
Protected Attributes inherited from annadb::Query::Comparison | |
| std::string | field_ |
| std::string | name_ |
The equal comparison class