|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
Represents a logical SQL expression (e.g., "age > 18 AND is_active = 'true'"). More...
#include <QueryBuilder.hpp>
Public Member Functions | |
| Expr | operator&& (const Expr &other) const |
| Expr | operator|| (const Expr &other) const |
Public Attributes | |
| std::string | sql |
Represents a logical SQL expression (e.g., "age > 18 AND is_active = 'true'").
| std::string orm::Expr::sql |