![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Define.h"#include "Duration.h"#include "SQLOperation.h"#include <future>#include <tuple>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| struct | PreparedStatementData |
| class | PreparedStatementBase |
| class | PreparedStatement< T > |
| class | PreparedStatementTask |
Namespaces | |
| namespace | Acore |
| namespace | Acore::Types |
Typedefs | |
| template<typename T > | |
| using | Acore::Types::is_default = std::enable_if_t< std::is_arithmetic_v< T >||std::is_same_v< std::vector< uint8 >, T > > |
| template<typename T > | |
| using | Acore::Types::is_enum_v = std::enable_if_t< std::is_enum_v< T > > |
| template<typename T > | |
| using | Acore::Types::is_non_string_view_v = std::enable_if_t<!std::is_base_of_v< std::string_view, T > > |