UNSIGNED constant
int
const UNSIGNED
The actual type of the variable is unsigned (used in combination with numeric OBXPropertyType_*). While our default are signed ints, queries & indexes need do know signing info. Note: Don't combine with ID (IDs are always unsigned internally).
Implementation
static const int UNSIGNED = 8192;