The RDM Range Key data structure. More...
#include "rdmtypes.h"
Data Fields | |
const void * | value |
size_t | bytesIn |
uint16_t | numKeyCols |
RDM_RANGE | range |
The RDM Range Key data structure.
size_t RDM_RANGE_KEY::bytesIn |
The length of value
uint16_t RDM_RANGE_KEY::numKeyCols |
The number of key columns to use for the key. If this field is zero the function uses all key columns. If this parameter is a non-zero value only the number of key columns indicated will be used. This parameter is intended for compound keys, although specifying '1' for a non-compound key is safe
RDM_RANGE RDM_RANGE_KEY::range |
RDM_RANGE_OPEN if the range is open or RDM_RANGE_CLOSED if it is closed
const void* RDM_RANGE_KEY::value |
The key value