|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
This is the complete list of members for orm::QueryBuilder< DBClient, ModelType >, including all inherited members.
| get_async() | orm::QueryBuilder< DBClient, ModelType > | inline |
| insert_async(const ModelType &model) | orm::QueryBuilder< DBClient, ModelType > | inline |
| QueryBuilder(std::shared_ptr< DBClient > db, const std::string &table) | orm::QueryBuilder< DBClient, ModelType > | inline |
| where(const std::string &field, const std::string &op, const std::string &val) | orm::QueryBuilder< DBClient, ModelType > | inline |
| where(const Expr &expr) | orm::QueryBuilder< DBClient, ModelType > | inline |