TrinityCore
|
Interface class for common access. More...
#include <DB2Store.h>
Public Member Functions | |
virtual | ~DB2StorageBase () |
uint32 | GetHash () const |
virtual bool | HasRecord (uint32 id) const =0 |
virtual void | WriteRecord (uint32 id, uint32 locale, ByteBuffer &buffer) const =0 |
virtual void | EraseRecord (uint32 id)=0 |
Protected Attributes | |
uint32 | _tableHash |
Interface class for common access.
|
pure virtual |
Implemented in DB2Storage< T >.
|
inline |
|
pure virtual |
|
protected |