MySQL 9.1.0
Source Code Documentation
|
A type for SQL-like 3-valued Booleans: true/false/unknown. More...
#include <item.h>
Public Member Functions | |
bool | is_true () const |
bool | is_unknown () const |
bool | is_false () const |
Static Public Member Functions | |
static const Bool3 | false3 () |
static const Bool3 | unknown3 () |
static const Bool3 | true3 () |
Private Types | |
enum | value { v_FALSE , v_UNKNOWN , v_TRUE } |
Private Member Functions | |
Bool3 (value v) | |
This is private; instead, use false3()/etc. More... | |
Private Attributes | |
value | m_val |
A type for SQL-like 3-valued Booleans: true/false/unknown.
|
private |
|
inlineprivate |
This is private; instead, use false3()/etc.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
private |