Go to the documentation of this file.
11 #if !defined(CORE05_DB_STRUCTS_H)
12 #define CORE05_DB_STRUCTS_H
17 #if defined(__cplusplus)
25 char LAST_FOUR_SSN[4 * RDM_BYTES_PER_UTF8_CHAR + 1];
32 char LAST_FOUR_SSN[4 * RDM_BYTES_PER_UTF8_CHAR + 1];
38 TABLE_PERSON = 0x10001
44 COL_PERSON_LAST_FOUR_SSN = 0x00020000
50 KEY_PERSON_LAST_FOUR_SSN = 0x28000
53 #if defined(__cplusplus)
enum CORE05_DB_COLUMNS_E CORE05_DB_COLUMNS
column identifiers enum
struct PERSON_LAST_FOUR_SSN_KEY_S PERSON_LAST_FOUR_SSN_KEY
struct definition for compound key PERSON_LAST_FOUR_SSN_KEY
CORE05_DB_COLUMNS_E
column identifiers enum
Definition: core05_db_structs.h:42
enum CORE05_DB_TABLES_E CORE05_DB_TABLES
table identifiers enum
CORE05_DB_KEYS_E
key identifiers enum
Definition: core05_db_structs.h:48
struct PERSON_S PERSON
struct definition for table PERSON
struct definition for compound key PERSON_LAST_FOUR_SSN_KEY
Definition: core05_db_structs.h:30
CORE05_DB_TABLES_E
table identifiers enum
Definition: core05_db_structs.h:36
struct definition for table PERSON
Definition: core05_db_structs.h:23
enum CORE05_DB_KEYS_E CORE05_DB_KEYS
key identifiers enum