docudb  1.0
Loading...
Searching...
No Matches
docudb::query::like Struct Reference

Represents a LIKE operation for querying. More...

#include <docudb.hpp>

Inheritance diagram for docudb::query::like:
docudb::query::binary_op

Public Member Functions

 like (std::string const &name, std::string const &val)
 
- Public Member Functions inherited from docudb::query::binary_op
 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
 
binderget_binder ()
 

Detailed Description

Represents a LIKE operation for querying.

Definition at line 300 of file docudb.hpp.

Constructor & Destructor Documentation

◆ like()

docudb::query::like::like ( std::string const & name,
std::string const & val )
inlineexplicit

Definition at line 302 of file docudb.hpp.

304 : binary_op(name, "LIKE", val) {}
binary_op(std::string const &json_query, std::string const &op, db_value &&value)
Definition docudb.hpp:245

The documentation for this struct was generated from the following file: