Products Support Documentation Download
Data Structures | Typedefs | Enumerations
core09_db_structs.h File Reference

Generated RDM Struct Definitions for core09_db. More...

#include "rdmtypes.h"

Go to the source code of this file.

Data Structures

struct  OFFICE_S
 struct definition for table OFFICE More...
 
struct  OFFICE_NAME_KEY_S
 struct definition for compound key OFFICE_NAME_KEY More...
 

Typedefs

typedef struct OFFICE_S OFFICE
 struct definition for table OFFICE
 
typedef struct OFFICE_NAME_KEY_S OFFICE_NAME_KEY
 struct definition for compound key OFFICE_NAME_KEY
 
typedef enum CORE09_DB_TABLES_E CORE09_DB_TABLES
 table identifiers enum
 
typedef enum CORE09_DB_COLUMNS_E CORE09_DB_COLUMNS
 column identifiers enum
 
typedef enum CORE09_DB_KEYS_E CORE09_DB_KEYS
 key identifiers enum
 

Enumerations

enum  CORE09_DB_TABLES_E { TABLE_OFFICE = 0x10001 }
 table identifiers enum
 
enum  CORE09_DB_COLUMNS_E { COL_OFFICE_NAME = 0x00020000 }
 column identifiers enum
 
enum  CORE09_DB_KEYS_E { KEY_OFFICE_NAME = 0x28000 }
 key identifiers enum
 

Detailed Description

Generated RDM Struct Definitions for core09_db.