Custom data type to allow setting INT16 data type to NULL since C does not support setting basic data types to NULL. More...
#include <NullableDefs.h>

Public Attributes | |
| BOOL | isNull |
| If this value is set, the value field will be ignored. | |
| INT16 | value |
| This value is used only if isNull is not set. Can be set to a signed 16 bit value. | |
Custom data type to allow setting INT16 data type to NULL since C does not support setting basic data types to NULL.
| BOOL NullableInt16::isNull |
If this value is set, the value field will be ignored.
| INT16 NullableInt16::value |
This value is used only if isNull is not set. Can be set to a signed 16 bit value.