docudb
1.0
|
Represents an EQUAL operation for querying. More...
#include <docudb.hpp>
Public Member Functions | |
eq (std::string const &name, db_value &&val) | |
eq (std::string const &name, nullptr_t) | |
![]() | |
binary_op (std::string const &json_query, std::string const &op, db_value &&value) | |
binary_op (std::string const &json_query, std::string const &op, nullptr_t) | |
std::string | to_query_string () const |
binder const & | get_binder () const |
binder & | get_binder () |
Represents an EQUAL operation for querying.
Definition at line 320 of file docudb.hpp.
|
inlineexplicit |
Definition at line 322 of file docudb.hpp.
|
inlineexplicit |
Definition at line 326 of file docudb.hpp.