MySQL 8.3.0
Source Code Documentation
sql_value.h File Reference
#include <optional>
#include <string>

Go to the source code of this file.

Classes

class  Value
 a nullable SQL value. More...
 

Functions

bool operator== (const Value &lhs, const Value &rhs)
 
bool operator== (const Value &lhs, const std::string_view &rhs)
 
bool operator!= (const Value &lhs, const Value &rhs)
 
bool operator!= (const Value &lhs, const std::string_view &rhs)
 

Function Documentation

◆ operator!=() [1/2]

bool operator!= ( const Value lhs,
const std::string_view &  rhs 
)
inline

◆ operator!=() [2/2]

bool operator!= ( const Value lhs,
const Value rhs 
)
inline

◆ operator==() [1/2]

bool operator== ( const Value lhs,
const std::string_view &  rhs 
)
inline

◆ operator==() [2/2]

bool operator== ( const Value lhs,
const Value rhs 
)
inline