Go to the documentation of this file.
11 #if !defined(CORE08_DB_STRUCTS_H)
12 #define CORE08_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
struct definition for table OFFICE
Definition: core08_db_structs.h:23
enum CORE08_DB_COLUMNS_E CORE08_DB_COLUMNS
column identifiers enum
enum CORE08_DB_KEYS_E CORE08_DB_KEYS
key identifiers enum
CORE08_DB_KEYS_E
key identifiers enum
Definition: core08_db_structs.h:48
CORE08_DB_COLUMNS_E
column identifiers enum
Definition: core08_db_structs.h:42
enum CORE08_DB_TABLES_E CORE08_DB_TABLES
table identifiers enum
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: core08_db_structs.h:30
CORE08_DB_TABLES_E
table identifiers enum
Definition: core08_db_structs.h:36