My Project
Key Struct Reference

#include <server.h>

Detailed Description

Stores the key value, whether it is a short, an int or a varchar. @type defines what kind of key it is

Field Documentation

◆ charkey

char Key::charkey[MAX_VARCHAR_LEN+1]

◆ intkey

int64_t Key::intkey

◆ [union]

union { ... } Key::keyval

◆ shortkey

int32_t Key::shortkey

◆ type

KeyType Key::type

The documentation for this struct was generated from the following file: