Generated RDM Struct Definitions for core05_db. More...
#include "rdmtypes.h"
Go to the source code of this file.
Data Structures | |
struct | PERSON_S |
struct definition for table PERSON More... | |
struct | PERSON_LAST_FOUR_SSN_KEY_S |
struct definition for compound key PERSON_LAST_FOUR_SSN_KEY More... | |
Typedefs | |
typedef struct PERSON_S | PERSON |
struct definition for table PERSON | |
typedef struct PERSON_LAST_FOUR_SSN_KEY_S | PERSON_LAST_FOUR_SSN_KEY |
struct definition for compound key PERSON_LAST_FOUR_SSN_KEY | |
typedef enum CORE05_DB_TABLES_E | CORE05_DB_TABLES |
table identifiers enum | |
typedef enum CORE05_DB_COLUMNS_E | CORE05_DB_COLUMNS |
column identifiers enum | |
typedef enum CORE05_DB_KEYS_E | CORE05_DB_KEYS |
key identifiers enum | |
Enumerations | |
enum | CORE05_DB_TABLES_E { TABLE_PERSON = 0x10001 } |
table identifiers enum | |
enum | CORE05_DB_COLUMNS_E { COL_PERSON_LAST_FOUR_SSN = 0x00020000 } |
column identifiers enum | |
enum | CORE05_DB_KEYS_E { KEY_PERSON_LAST_FOUR_SSN = 0x28000 } |
key identifiers enum | |
Generated RDM Struct Definitions for core05_db.