Go to the source code of this file.
Functions | |
| static bool | UpdateDBVersionNumber (const QString &newnumber) |
| static bool | performActualUpdate (const QString updates[], QString version, QString &dbver) |
| static bool | InitializeDatabase (void) |
| bool | UpgradeGameDatabaseSchema (void) |
Variables | |
| const QString | currentDatabaseVersion = "1018" |
| static bool UpdateDBVersionNumber | ( | const QString & | newnumber | ) | [static] |
Definition at line 15 of file mythplugins/mythgame/mythgame/dbcheck.cpp.
Referenced by performActualUpdate().
| static bool performActualUpdate | ( | const QString | updates[], | |
| QString | version, | |||
| QString & | dbver | |||
| ) | [static] |
Definition at line 30 of file mythplugins/mythgame/mythgame/dbcheck.cpp.
Referenced by InitializeDatabase(), and UpgradeGameDatabaseSchema().
| static bool InitializeDatabase | ( | void | ) | [static] |
Definition at line 66 of file mythplugins/mythgame/mythgame/dbcheck.cpp.
Referenced by mythplugin_init(), and UpgradeGameDatabaseSchema().
| bool UpgradeGameDatabaseSchema | ( | void | ) |
Definition at line 135 of file mythplugins/mythgame/mythgame/dbcheck.cpp.
Referenced by mythplugin_init().
| const QString currentDatabaseVersion = "1018" |
Definition at line 13 of file mythplugins/mythgame/mythgame/dbcheck.cpp.
1.6.3