Patch level : 12.0 no-patch
Files correlati : include Commento : Aggiunto TVariant::is_full()
This commit is contained in:
parent
ce70b3de28
commit
a703f7f721
@ -39,6 +39,7 @@ public:
|
|||||||
bool is_date() const { return _type == _datefld; }
|
bool is_date() const { return _type == _datefld; }
|
||||||
bool is_real() const { return _type == _realfld; }
|
bool is_real() const { return _type == _realfld; }
|
||||||
bool is_empty() const;
|
bool is_empty() const;
|
||||||
|
bool is_full() const { return !is_empty(); }
|
||||||
bool is_null() const { return _type == _nullfld; }
|
bool is_null() const { return _type == _nullfld; }
|
||||||
bool is_zero() const;
|
bool is_zero() const;
|
||||||
void set_null();
|
void set_null();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user