Go to the documentation of this file.
11 #if !defined(CORE09_DB_STRUCTS_H)
12 #define CORE09_DB_STRUCTS_H
17 #if defined(__cplusplus)
25 char NAME[32 * RDM_BYTES_PER_UTF8_CHAR + 1];
32 char NAME[32 * RDM_BYTES_PER_UTF8_CHAR + 1];
38 TABLE_OFFICE = 0x10001
44 COL_OFFICE_NAME = 0x00020000
50 KEY_OFFICE_NAME = 0x28000
53 #if defined(__cplusplus)
struct OFFICE_S OFFICE
struct definition for table OFFICE
CORE09_DB_TABLES_E
table identifiers enum
Definition: core09_db_structs.h:36
enum CORE09_DB_KEYS_E CORE09_DB_KEYS
key identifiers enum
struct definition for table OFFICE
Definition: core09_db_structs.h:23
enum CORE09_DB_COLUMNS_E CORE09_DB_COLUMNS
column identifiers enum
enum CORE09_DB_TABLES_E CORE09_DB_TABLES
table identifiers enum
CORE09_DB_KEYS_E
key identifiers enum
Definition: core09_db_structs.h:48
struct OFFICE_NAME_KEY_S OFFICE_NAME_KEY
struct definition for compound key OFFICE_NAME_KEY
struct definition for compound key OFFICE_NAME_KEY
Definition: core09_db_structs.h:30
CORE09_DB_COLUMNS_E
column identifiers enum
Definition: core09_db_structs.h:42