TrinityCore
QueryResult.h File Reference
#include "Define.h"
#include "DatabaseEnvFwd.h"
#include "Hash.h"
#include <unordered_map>
#include <vector>
+ Include dependency graph for QueryResult.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Trinity::DB::FieldLookupByAliasKey
 
struct  Trinity::DB::FieldLookupByAliasKey::RuntimeInitTag
 
struct  Trinity::DB::FieldLookupByAliasKey::Hash
 
class  ResultSet
 
class  PreparedResultSet
 

Namespaces

namespace  Trinity
 
namespace  Trinity::DB
 

Typedefs

using Trinity::DB::FieldAliasToIndexMap = std::unordered_map< FieldLookupByAliasKey, std::size_t, FieldLookupByAliasKey::Hash >