Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
orm::Expr Struct Reference

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
 

Detailed Description

Represents a logical SQL expression (e.g., "age > 18 AND is_active = 'true'").

Member Function Documentation

◆ operator&&()

Expr orm::Expr::operator&& ( const Expr other) const
inline

◆ operator||()

Expr orm::Expr::operator|| ( const Expr other) const
inline

Member Data Documentation

◆ sql

std::string orm::Expr::sql

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