Go to the source code of this file.
Functions | |
| void | UpdateDBVersionNumber (const QString &field_name, const QString &newnumber) |
| void | performActualUpdate (const QStringList &updates, const QString &version, QString &dbver, const QString &field_name) |
| void | performActualUpdate (const QString updates[], const QString &version, QString &dbver, const QString &field_name) |
| void | InitializeVideoDatabase () |
| bool | IsCombinedSchema () |
| void | DoOldVideoDatabaseSchemaUpgrade () |
| void | InitializeDVDDatabase () |
| void | DoOldDVDDatabaseSchemaUpgrage () |
| void | DoVideoDatabaseSchemaUpgrade () |
| void | UpgradeVideoDatabaseSchema () |
Variables | |
| const QString | lastMythDVDDBVersion = "1002" |
| const QString | lastMythVideoVersion = "1010" |
| const QString | currentDatabaseVersion = "1016" |
| const QString | OldMythVideoVersionName = "VideoDBSchemaVer" |
| const QString | OldMythDVDVersionName = "DVDDBSchemaVer" |
| const QString | MythVideoVersionName = "mythvideo.DBSchemaVer" |
| void @2159::UpdateDBVersionNumber | ( | const QString & | field_name, | |
| const QString & | newnumber | |||
| ) | [static] |
Definition at line 23 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
| void @2159::performActualUpdate | ( | const QStringList & | updates, | |
| const QString & | version, | |||
| QString & | dbver, | |||
| const QString & | field_name | |||
| ) | [static] |
Definition at line 35 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
| void @2159::performActualUpdate | ( | const QString | updates[], | |
| const QString & | version, | |||
| QString & | dbver, | |||
| const QString & | field_name | |||
| ) | [static] |
Definition at line 54 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
| void @2159::InitializeVideoDatabase | ( | ) | [static] |
Definition at line 67 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by DoOldVideoDatabaseSchemaUpgrade().
| bool @2159::IsCombinedSchema | ( | ) | [static] |
Definition at line 130 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by DoOldDVDDatabaseSchemaUpgrage(), DoOldVideoDatabaseSchemaUpgrade(), and UpgradeVideoDatabaseSchema().
| void @2159::DoOldVideoDatabaseSchemaUpgrade | ( | ) | [static] |
Definition at line 137 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by UpgradeVideoDatabaseSchema().
| void @2159::InitializeDVDDatabase | ( | ) | [static] |
Definition at line 323 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by DoOldDVDDatabaseSchemaUpgrage().
| void @2159::DoOldDVDDatabaseSchemaUpgrage | ( | ) | [static] |
Definition at line 527 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by UpgradeVideoDatabaseSchema().
| void @2159::DoVideoDatabaseSchemaUpgrade | ( | ) | [static] |
Definition at line 561 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by UpgradeVideoDatabaseSchema().
| void UpgradeVideoDatabaseSchema | ( | ) |
Definition at line 652 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
Referenced by main(), and mythplugin_init().
const QString lastMythDVDDBVersion = "1002" [static] |
Definition at line 13 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
const QString lastMythVideoVersion = "1010" [static] |
Definition at line 14 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
const QString currentDatabaseVersion = "1016" [static] |
Definition at line 16 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
const QString OldMythVideoVersionName = "VideoDBSchemaVer" [static] |
Definition at line 18 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
const QString OldMythDVDVersionName = "DVDDBSchemaVer" [static] |
Definition at line 19 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
const QString MythVideoVersionName = "mythvideo.DBSchemaVer" [static] |
Definition at line 21 of file mythplugins/mythvideo/mythvideo/dbcheck.cpp.
1.5.5