![]() |
TrinityCore
|
#include <DBUpdater.h>
Public Types | |
| using | Path = boost::filesystem::path |
Public Member Functions | |
| std::string | GetConfigEntry () |
| std::string | GetTableName () |
| std::string | GetBaseFile () |
| bool | IsEnabled (uint32 const updateMask) |
| std::string | GetConfigEntry () |
| std::string | GetTableName () |
| std::string | GetBaseFile () |
| bool | IsEnabled (uint32 const updateMask) |
| BaseLocation | GetBaseLocationType () |
| std::string | GetConfigEntry () |
| std::string | GetTableName () |
| std::string | GetBaseFile () |
| bool | IsEnabled (uint32 const updateMask) |
| std::string | GetConfigEntry () |
| std::string | GetTableName () |
| std::string | GetBaseFile () |
| bool | IsEnabled (uint32 const updateMask) |
| BaseLocation | GetBaseLocationType () |
Static Public Member Functions | |
| static std::string | GetConfigEntry () |
| static std::string | GetTableName () |
| static std::string | GetBaseFile () |
| static bool | IsEnabled (uint32 const updateMask) |
| static BaseLocation | GetBaseLocationType () |
| static bool | Create (DatabaseWorkerPool< T > &pool) |
| static bool | Update (DatabaseWorkerPool< T > &pool) |
| static bool | Populate (DatabaseWorkerPool< T > &pool) |
Static Private Member Functions | |
| static QueryResult | Retrieve (DatabaseWorkerPool< T > &pool, std::string const &query) |
| static void | Apply (DatabaseWorkerPool< T > &pool, std::string const &query) |
| static void | ApplyFile (DatabaseWorkerPool< T > &pool, Path const &path) |
| static void | ApplyFile (DatabaseWorkerPool< T > &pool, std::string const &host, std::string const &user, std::string const &password, std::string const &port_or_socket, std::string const &database, std::string const &ssl, Path const &path) |
Definition at line 61 of file DBUpdater.h.
| using DBUpdater< T >::Path = boost::filesystem::path |
Definition at line 64 of file DBUpdater.h.
|
staticprivate |
Definition at line 349 of file DBUpdater.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 355 of file DBUpdater.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
|
static |
| std::string DBUpdater< LoginDatabaseConnection >::GetBaseFile | ( | ) |
| std::string DBUpdater< WorldDatabaseConnection >::GetBaseFile | ( | ) |
| std::string DBUpdater< CharacterDatabaseConnection >::GetBaseFile | ( | ) |
| std::string DBUpdater< HotfixDatabaseConnection >::GetBaseFile | ( | ) |
|
static |
Here is the caller graph for this function:| BaseLocation DBUpdater< WorldDatabaseConnection >::GetBaseLocationType | ( | ) |
Definition at line 121 of file DBUpdater.cpp.
| BaseLocation DBUpdater< HotfixDatabaseConnection >::GetBaseLocationType | ( | ) |
Definition at line 180 of file DBUpdater.cpp.
|
static |
Definition at line 187 of file DBUpdater.cpp.
| std::string DBUpdater< LoginDatabaseConnection >::GetConfigEntry | ( | ) |
Definition at line 69 of file DBUpdater.cpp.
| std::string DBUpdater< WorldDatabaseConnection >::GetConfigEntry | ( | ) |
Definition at line 96 of file DBUpdater.cpp.
| std::string DBUpdater< CharacterDatabaseConnection >::GetConfigEntry | ( | ) |
Definition at line 128 of file DBUpdater.cpp.
| std::string DBUpdater< HotfixDatabaseConnection >::GetConfigEntry | ( | ) |
Definition at line 155 of file DBUpdater.cpp.
|
inlinestatic |
| std::string DBUpdater< LoginDatabaseConnection >::GetTableName | ( | ) |
Definition at line 75 of file DBUpdater.cpp.
| std::string DBUpdater< WorldDatabaseConnection >::GetTableName | ( | ) |
Definition at line 102 of file DBUpdater.cpp.
| std::string DBUpdater< CharacterDatabaseConnection >::GetTableName | ( | ) |
Definition at line 134 of file DBUpdater.cpp.
| std::string DBUpdater< HotfixDatabaseConnection >::GetTableName | ( | ) |
Definition at line 161 of file DBUpdater.cpp.
|
inlinestatic |
| bool DBUpdater< LoginDatabaseConnection >::IsEnabled | ( | uint32 const | updateMask | ) |
Definition at line 88 of file DBUpdater.cpp.
| bool DBUpdater< WorldDatabaseConnection >::IsEnabled | ( | uint32 const | updateMask | ) |
Definition at line 114 of file DBUpdater.cpp.
| bool DBUpdater< CharacterDatabaseConnection >::IsEnabled | ( | uint32 const | updateMask | ) |
Definition at line 147 of file DBUpdater.cpp.
| bool DBUpdater< HotfixDatabaseConnection >::IsEnabled | ( | uint32 const | updateMask | ) |
Definition at line 173 of file DBUpdater.cpp.
Here is the caller graph for this function:
|
static |
|
staticprivate |
Definition at line 343 of file DBUpdater.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |