MythTV
master
mythtv
libs
libmythtv
dbcheck.h
Go to the documentation of this file.
1
#ifndef DBCHECK_H_
2
#define DBCHECK_H_
3
4
#include "
libmythbase/mythdbcheck.h
"
5
#include "
libmythtv/mythtvexp.h
"
6
7
// Call after establishing the first db connection.
8
MTV_PUBLIC
bool
InitializeMythSchema
(
void
);
9
10
// Call after initializing the main db connection.
11
MTV_PUBLIC
bool
UpgradeTVDatabaseSchema
(
bool
upgradeAllowed =
false
,
12
bool
upgradeIfNoUI =
false
,
13
bool
informSystemd =
false
);
14
15
MTV_PUBLIC
DBUpdates
getRecordingExtenderDbInfo
(
int
version
);
16
#endif
mythtvexp.h
mythdbcheck.h
MTV_PUBLIC
#define MTV_PUBLIC
Definition:
mythtvexp.h:15
UpgradeTVDatabaseSchema
MTV_PUBLIC bool UpgradeTVDatabaseSchema(bool upgradeAllowed=false, bool upgradeIfNoUI=false, bool informSystemd=false)
InitializeMythSchema
MTV_PUBLIC bool InitializeMythSchema(void)
command to get the the initial database layout from an empty database:
Definition:
dbcheck.cpp:4098
getRecordingExtenderDbInfo
MTV_PUBLIC DBUpdates getRecordingExtenderDbInfo(int version)
DBUpdates
std::vector< std::string > DBUpdates
Definition:
mythdbcheck.h:9
nv_python_libs.bbciplayer.bbciplayer_api.version
string version
Definition:
bbciplayer_api.py:77
Generated on Mon Nov 25 2024 03:16:06 for MythTV by
1.8.17