AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ModuleDBUpdater Class Reference

#include "DBUpdater.h"

Static Public Member Functions

static bool Create (DatabaseUpdatePool &pool)
 
static bool Update (DatabaseUpdatePool &pool, DBUpdaterInfo const &info, std::string_view modulesList={})
 
static bool Populate (DatabaseUpdatePool &pool, DBUpdaterInfo const &info)
 

Detailed Description

Member Function Documentation

◆ Create()

bool ModuleDBUpdater::Create ( DatabaseUpdatePool &  pool)
static
621{
622 return CreateDatabase(pool);
623}

◆ Populate()

bool ModuleDBUpdater::Populate ( DatabaseUpdatePool &  pool,
DBUpdaterInfo const &  info 
)
static
632{
633 return PopulateDatabase(pool, info);
634}

◆ Update()

bool ModuleDBUpdater::Update ( DatabaseUpdatePool &  pool,
DBUpdaterInfo const &  info,
std::string_view  modulesList = {} 
)
static
627{
628 return UpdateDatabase(pool, info, modulesList);
629}

The documentation for this class was generated from the following files: