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

Generated RDM Struct Definitions for core04_db. More...

#include "rdmtypes.h"
#include "rdmrowidtypes.h"

Go to the source code of this file.

Data Structures

struct  ARTIST_S
 struct definition for table ARTIST More...
 
struct  ALBUM_S
 struct definition for table ALBUM More...
 
struct  TRACK_S
 struct definition for table TRACK More...
 
struct  ARTIST_ARTISTID_KEY_S
 struct definition for compound key ARTIST_ARTISTID_KEY More...
 
struct  ALBUM_ALBUMID_KEY_S
 struct definition for compound key ALBUM_ALBUMID_KEY More...
 

Typedefs

typedef struct ARTIST_S ARTIST
 struct definition for table ARTIST
 
typedef struct ALBUM_S ALBUM
 struct definition for table ALBUM
 
typedef struct TRACK_S TRACK
 struct definition for table TRACK
 
typedef struct ARTIST_ARTISTID_KEY_S ARTIST_ARTISTID_KEY
 struct definition for compound key ARTIST_ARTISTID_KEY
 
typedef struct ALBUM_ALBUMID_KEY_S ALBUM_ALBUMID_KEY
 struct definition for compound key ALBUM_ALBUMID_KEY
 
typedef enum CORE04_DB_TABLES_E CORE04_DB_TABLES
 table identifiers enum
 
typedef enum CORE04_DB_COLUMNS_E CORE04_DB_COLUMNS
 column identifiers enum
 
typedef enum CORE04_DB_KEYS_E CORE04_DB_KEYS
 key identifiers enum
 
typedef enum CORE04_DB_REFS_E CORE04_DB_REFS
 ref identifiers enum
 

Enumerations

enum  CORE04_DB_TABLES_E { TABLE_ARTIST = 0x10001, TABLE_ALBUM = 0x10002, TABLE_TRACK = 0x10003 }
 table identifiers enum
 
enum  CORE04_DB_COLUMNS_E {
  COL_ARTIST_ARTISTID = 0x00020000, COL_ARTIST_NAME = 0x00020001, COL_ALBUM_ALBUMID = 0x00040000, COL_ALBUM_ARTISTID = 0x00040001,
  COL_ALBUM_TITLE = 0x00040002, COL_TRACK_ALBUMID = 0x00060000, COL_TRACK_TITLE = 0x00060001
}
 column identifiers enum
 
enum  CORE04_DB_KEYS_E { KEY_ARTIST_ARTISTID = 0x28000, KEY_ALBUM_ALBUMID = 0x48000 }
 key identifiers enum
 
enum  CORE04_DB_REFS_E { REF_ALBUM_ARTISTID = 0x58000, REF_TRACK_ALBUMID = 0x78000 }
 ref identifiers enum
 

Detailed Description

Generated RDM Struct Definitions for core04_db.