kodi
|
This is the complete list of members for CDatabase, including all inherited members.
BeginMultipleExecute() | CDatabase | |
BeginTransaction() (defined in CDatabase) | CDatabase | |
BuildSQL(const std::string &strBaseDir, const std::string &strQuery, Filter &filter, std::string &strSQL, CDbUrl &dbUrl) (defined in CDatabase) | CDatabase | virtual |
BuildSQL(const std::string &strBaseDir, const std::string &strQuery, Filter &filter, std::string &strSQL, CDbUrl &dbUrl, SortDescription &sorting) (defined in CDatabase) | CDatabase | virtual |
BuildSQL(const std::string &strQuery, const Filter &filter, std::string &strSQL) const (defined in CDatabase) | CDatabase | protected |
CDatabase() (defined in CDatabase) | CDatabase | |
CDatabaseManager (defined in CDatabase) | CDatabase | friend |
Close() (defined in CDatabase) | CDatabase | virtual |
CommitDeleteQueries() | CDatabase | |
CommitInsertQueries() | CDatabase | |
CommitMultipleExecute() | CDatabase | |
CommitTransaction() (defined in CDatabase) | CDatabase | virtual |
Compress(bool bForce=true) (defined in CDatabase) | CDatabase | |
Connect(const std::string &dbName, const DatabaseSettings &db, bool create) (defined in CDatabase) | CDatabase | |
CopyDB(const std::string &latestDb) (defined in CDatabase) | CDatabase | |
CreateAnalytics()=0 (defined in CDatabase) | CDatabase | protectedpure virtual |
CreateDatabase() | CDatabase | protected |
CreateTables()=0 (defined in CDatabase) | CDatabase | protectedpure virtual |
DeleteValues(const std::string &strTable, const Filter &filter=Filter()) | CDatabase | |
DropAnalytics() (defined in CDatabase) | CDatabase | |
ExecuteQuery(const std::string &strQuery) | CDatabase | |
GetBaseDBName() const =0 (defined in CDatabase) | CDatabase | protectedpure virtual |
GetDBVersion() (defined in CDatabase) | CDatabase | protected |
GetDeleteQueriesCount() | CDatabase | |
GetFilter(CDbUrl &dbUrl, Filter &filter, SortDescription &sorting) (defined in CDatabase) | CDatabase | inlinevirtual |
GetInsertQueriesCount() | CDatabase | |
GetMinSchemaVersion() const (defined in CDatabase) | CDatabase | inlineprotectedvirtual |
GetSchemaVersion() const =0 (defined in CDatabase) | CDatabase | protectedpure virtual |
GetSingleValue(const std::string &strTable, const std::string &strColumn, const std::string &strWhereClause=std::string(), const std::string &strOrderBy=std::string()) const | CDatabase | |
GetSingleValue(const std::string &query) const (defined in CDatabase) | CDatabase | |
GetSingleValue(const std::string &query, const std::unique_ptr< dbiplus::Dataset > &ds) const | CDatabase | |
GetSingleValueInt(const std::string &strTable, const std::string &strColumn, const std::string &strWhereClause=std::string(), const std::string &strOrderBy=std::string()) const | CDatabase | |
GetSingleValueInt(const std::string &query) const (defined in CDatabase) | CDatabase | |
GetSingleValueInt(const std::string &query, const std::unique_ptr< dbiplus::Dataset > &ds) const | CDatabase | |
Interrupt() (defined in CDatabase) | CDatabase | |
IsOpen() (defined in CDatabase) | CDatabase | |
m_pDB (defined in CDatabase) | CDatabase | protected |
m_pDS (defined in CDatabase) | CDatabase | protected |
m_pDS2 (defined in CDatabase) | CDatabase | protected |
m_profileManager (defined in CDatabase) | CDatabase | protected |
m_sqlite | CDatabase | protected |
Open(const DatabaseSettings &db) (defined in CDatabase) | CDatabase | |
Open() (defined in CDatabase) | CDatabase | protectedvirtual |
PrepareSQL(std::string strStmt,...) const (defined in CDatabase) | CDatabase | |
QueueDeleteQuery(const std::string &strQuery) | CDatabase | |
QueueInsertQuery(const std::string &strQuery) | CDatabase | |
ResultQuery(const std::string &strQuery) const | CDatabase | |
RollbackTransaction() (defined in CDatabase) | CDatabase | |
Split(const std::string &strFileNameAndPath, std::string &strPath, std::string &strFileName) (defined in CDatabase) | CDatabase | protected |
UpdateTables(int version) (defined in CDatabase) | CDatabase | inlineprotectedvirtual |
~CDatabase(void) (defined in CDatabase) | CDatabase | virtual |