Represents a database column, allowing C++ operator overloading to build SQL expressions seamlessly.
More...
#include <QueryBuilder.hpp>
Represents a database column, allowing C++ operator overloading to build SQL expressions seamlessly.
◆ Col()
| orm::Col::Col |
( |
std::string |
name | ) |
|
|
inlineexplicit |
◆ operator!=()
template<typename T >
| Expr orm::Col::operator!= |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator<()
template<typename T >
| Expr orm::Col::operator< |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator<=()
template<typename T >
| Expr orm::Col::operator<= |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator==()
template<typename T >
| Expr orm::Col::operator== |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator>()
template<typename T >
| Expr orm::Col::operator> |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator>=()
template<typename T >
| Expr orm::Col::operator>= |
( |
const T & |
val | ) |
const |
|
inline |
The documentation for this class was generated from the following file: