EHM DAL
0.2.3
Data abstraction layer for Eastside Hockey Manager
Loading...
Searching...
No Matches
table_index.h
1
#pragma once
2
6
namespace
ehm_dal::tables
{
7
8
// Database table indexes
14
enum class
TableIndex
:
char
{
15
SAVED_GAME_TABLE
= -2,
16
NO_TABLE
= -1,
17
GAME_BASIC_DATA
= 0,
18
DATABASE_HEADER
,
19
CONTINENTS
,
20
NATIONS
,
21
CITIES
,
22
STATES
,
23
ARENAS
,
24
COLOURS
,
25
CLUBS
,
26
AFFILIATIONS
,
27
RETIRED_NUMBERS
,
28
STAFF
,
29
STAFF_PREFERENCES
,
30
NON_PLAYER_DATA
,
31
PLAYER_DATA
,
32
STAFF_HISTORY
,
33
CLUB_COMPETITIONS
,
34
CLUB_COMPETITION_HISTORY
,
35
STAFF_AWARDS
,
36
STAFF_AWARD_HISTORY
,
37
OFFICIALS
,
38
FIRST_NAMES
,
39
SECOND_NAMES
,
40
INJURIES
,
41
CURRENCIES
,
42
STAGE_NAMES
,
43
DRAFT_HISTORY
,
44
DRAFTS
,
45
PLAYER_RIGHTS
,
46
CLUB_HISTORY
,
47
CLUB_RECORDS
,
48
PLAYER_INFO
,
49
STAFF_INFO
50
};
51
52
}
// namespace ehm_dal::tables
53
54
ehm_dal::tables
namespace ehm_dal::tables
Definition:
column.h:4
ehm_dal::tables::TableIndex
TableIndex
The TableIndex enum represents the id number of each table within the database.
Definition:
table_index.h:14
ehm_dal::tables::TableIndex::CONTINENTS
@ CONTINENTS
ehm_dal::tables::TableIndex::SECOND_NAMES
@ SECOND_NAMES
ehm_dal::tables::TableIndex::NATIONS
@ NATIONS
ehm_dal::tables::TableIndex::STATES
@ STATES
ehm_dal::tables::TableIndex::STAFF_INFO
@ STAFF_INFO
ehm_dal::tables::TableIndex::STAFF_AWARDS
@ STAFF_AWARDS
ehm_dal::tables::TableIndex::ARENAS
@ ARENAS
ehm_dal::tables::TableIndex::CLUB_COMPETITION_HISTORY
@ CLUB_COMPETITION_HISTORY
ehm_dal::tables::TableIndex::CITIES
@ CITIES
ehm_dal::tables::TableIndex::STAFF_PREFERENCES
@ STAFF_PREFERENCES
ehm_dal::tables::TableIndex::PLAYER_RIGHTS
@ PLAYER_RIGHTS
ehm_dal::tables::TableIndex::AFFILIATIONS
@ AFFILIATIONS
ehm_dal::tables::TableIndex::RETIRED_NUMBERS
@ RETIRED_NUMBERS
ehm_dal::tables::TableIndex::STAFF_HISTORY
@ STAFF_HISTORY
ehm_dal::tables::TableIndex::STAFF_AWARD_HISTORY
@ STAFF_AWARD_HISTORY
ehm_dal::tables::TableIndex::DRAFT_HISTORY
@ DRAFT_HISTORY
ehm_dal::tables::TableIndex::NO_TABLE
@ NO_TABLE
ehm_dal::tables::TableIndex::DATABASE_HEADER
@ DATABASE_HEADER
ehm_dal::tables::TableIndex::GAME_BASIC_DATA
@ GAME_BASIC_DATA
ehm_dal::tables::TableIndex::CLUB_RECORDS
@ CLUB_RECORDS
ehm_dal::tables::TableIndex::STAGE_NAMES
@ STAGE_NAMES
ehm_dal::tables::TableIndex::CLUB_HISTORY
@ CLUB_HISTORY
ehm_dal::tables::TableIndex::STAFF
@ STAFF
ehm_dal::tables::TableIndex::PLAYER_INFO
@ PLAYER_INFO
ehm_dal::tables::TableIndex::PLAYER_DATA
@ PLAYER_DATA
ehm_dal::tables::TableIndex::INJURIES
@ INJURIES
ehm_dal::tables::TableIndex::CURRENCIES
@ CURRENCIES
ehm_dal::tables::TableIndex::CLUB_COMPETITIONS
@ CLUB_COMPETITIONS
ehm_dal::tables::TableIndex::CLUBS
@ CLUBS
ehm_dal::tables::TableIndex::DRAFTS
@ DRAFTS
ehm_dal::tables::TableIndex::NON_PLAYER_DATA
@ NON_PLAYER_DATA
ehm_dal::tables::TableIndex::SAVED_GAME_TABLE
@ SAVED_GAME_TABLE
ehm_dal::tables::TableIndex::COLOURS
@ COLOURS
ehm_dal::tables::TableIndex::OFFICIALS
@ OFFICIALS
ehm_dal::tables::TableIndex::FIRST_NAMES
@ FIRST_NAMES
include
tables
table_index.h
Generated by
1.9.6