MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | Integer_value |
Holds value/unsigned_flag for the result of val_int(), so that we can compare with operator<(), operator==() and operator<=() More... | |
Functions | |
bool | operator< (const Integer_value &lhs, const Integer_value &rhs) |
bool | operator== (const Integer_value &lhs, const Integer_value &rhs) |
bool | operator<= (const Integer_value &lhs, const Integer_value &rhs) |
|
inline |
|
inline |
|
inline |