◆ AND()
template<std::convertible_to<
Comparison > ... Comps>
static Find annadb::Query::Find::AND |
( |
Comps ... |
comps | ) |
|
|
inlinestaticnoexcept |
Find elements which meet both statements
- Parameters
-
- See also
- query_comparison.annadb::Query::Comparison
- Parameters
-
- See also
- query_comparison.annadb::Query::Comparison
- Returns
- the Find class to add additional filter
◆ EQ()
Find elements by equally comparison
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ GT()
static Find annadb::Query::Find::GT |
( |
T && |
value | ) |
|
|
inlinestaticnoexcept |
Find elements which are greater
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ GTE()
static Find annadb::Query::Find::GTE |
( |
T |
value | ) |
|
|
inlinestaticnoexcept |
Find elements which are greater or equally
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ LT()
static Find annadb::Query::Find::LT |
( |
T |
value | ) |
|
|
inlinestaticnoexcept |
Find elements which are less
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ LTE()
Find elements which are less or equally
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ NEQ()
Find elements not equally comparison
- Parameters
-
- See also
- TySON.tyson::TySonObject
- Returns
- the Find class to add additional filter
◆ NOT()
static Find annadb::Query::Find::NOT |
( |
std::string_view |
field | ) |
|
|
inlinestaticnoexcept |
Exclude a specific field
- Parameters
-
- Returns
- the Find class to add additional filter
◆ OR()
template<std::convertible_to<
Comparison > ... Comps>
static Find annadb::Query::Find::OR |
( |
Comps ... |
comps | ) |
|
|
inlinestaticnoexcept |
Find elements by or comparison
- Parameters
-
- See also
- query_comparison.annadb::Query::Comparison
- Returns
- the Find class to add additional filter
The documentation for this class was generated from the following file: