|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Interface class for common access. More...
#include <DB2Store.h>
Public Member Functions | |
| uint32 | GetHash () const |
| virtual bool | HasRecord (uint32 id) const =0 |
| virtual void | WriteRecord (uint32 id, uint32 locale, ByteBuffer &buffer) const =0 |
| virtual | ~DB2StorageBase () |
Protected Attributes | |
| uint32 | tableHash |
Interface class for common access.
Definition at line 15 of file DB2Store.h.
|
inlinevirtual |
Definition at line 18 of file DB2Store.h.
|
inline |
|
pure virtual |
Implemented in DB2Storage< T >.
Referenced by WorldSession::HandleRequestHotfix().
|
pure virtual |
Implemented in DB2Storage< T >.
Referenced by WorldSession::HandleRequestHotfix().
|
protected |
Definition at line 27 of file DB2Store.h.
Referenced by GetHash(), and DB2Storage< T >::Load().