| MythTV master
    | 
#include <iostream>#include <QString>#include <QSqlError>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythdb.h>#include <libmythbase/mythdbcheck.h>#include <libmythbase/mythlogging.h>#include "gamedbcheck.h"#include "gamesettings.h"Go to the source code of this file.
| Functions | |
| static bool | InitializeDatabase (void) | 
| bool | UpgradeGameDatabaseSchema (void) | 
| Variables | |
| const QString | currentDatabaseVersion = "1020" | 
| const QString | MythGameVersionName = "GameDBSchemaVer" | 
| 
 | static | 
Definition at line 21 of file gamedbcheck.cpp.
Referenced by mythplugin_init(), and UpgradeGameDatabaseSchema().
| bool UpgradeGameDatabaseSchema | ( | void | ) | 
Definition at line 87 of file gamedbcheck.cpp.
Referenced by mythplugin_init().
| const QString currentDatabaseVersion = "1020" | 
Definition at line 18 of file gamedbcheck.cpp.
Referenced by UpgradeGameDatabaseSchema().
| const QString MythGameVersionName = "GameDBSchemaVer" | 
Definition at line 19 of file gamedbcheck.cpp.
Referenced by InitializeDatabase(), and UpgradeGameDatabaseSchema().