Qore Programming Language 1.14.0
|
#include <qore/AbstractQoreNode.h>
Go to the source code of this file.
Classes | |
class | QoreNullNode |
Qore's SQL "NULL" parse tree/value type, not-referenced counted, not dynamically allocated. More... | |
Functions | |
static bool | is_null (const AbstractQoreNode *n) |
use this function to test for NULL | |
static QoreNullNode * | null () |
returns a pointer to Null | |
Variables | |
DLLEXPORT QoreNullNode | Null |
the global and unique NULL value in Qore | |
defines the QoreNullNode class