|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | DB2Storage< T > |
| class | DB2StorageBase |
| Interface class for common access. More... | |
Functions | |
| template<class T> | |
| bool | DB2StorageHasEntry (DB2Storage< T > const &store, uint32 id) |
| template<class T> | |
| void | WriteDB2RecordToPacket (DB2Storage< T > const &store, uint32 id, uint32 locale, ByteBuffer &buffer) |
| bool DB2StorageHasEntry | ( | DB2Storage< T > const & | store, |
| uint32 | id ) |
Definition at line 34 of file DB2Store.h.
References DB2Storage< T >::LookupEntry().
Referenced by DB2Storage< T >::DB2Storage().
| void WriteDB2RecordToPacket | ( | DB2Storage< T > const & | store, |
| uint32 | id, | ||
| uint32 | locale, | ||
| ByteBuffer & | buffer ) |
Definition at line 40 of file DB2Store.h.
References ASSERT, FT_BYTE, FT_FLOAT, FT_IND, FT_INT, FT_NA, FT_NA_BYTE, FT_SORT, FT_STRING, DB2Storage< T >::GetFormat(), DB2Storage< T >::LookupEntry(), and LocalizedString::Str.
Referenced by DB2Storage< T >::DB2Storage().