|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStore.h>
Public Member Functions | |
| SqlDbc (std::string const *_filename, std::string const *_format, std::string const *_idname, char const *fmt) | |
Public Attributes | |
| std::string const * | formatString |
| std::string const * | indexName |
| int32 | indexPos |
| int32 | sqlIndexPos |
| std::string | sqlTableName |
Private Member Functions | |
| SqlDbc & | operator= (SqlDbc const &right)=delete |
| SqlDbc (SqlDbc const &right)=delete | |
Definition at line 16 of file DBCStore.h.
|
inline |
Definition at line 23 of file DBCStore.h.
References formatString, FT_SQL_PRESENT, DBCFileLoader::GetFormatRecordSize(), indexName, indexPos, sqlIndexPos, and sqlTableName.
Referenced by operator=(), and SqlDbc().
| std::string const* SqlDbc::formatString |
Definition at line 18 of file DBCStore.h.
Referenced by DBCStorage< T >::Load(), and SqlDbc().
| std::string const* SqlDbc::indexName |
Definition at line 19 of file DBCStore.h.
Referenced by DBCStorage< T >::Load(), and SqlDbc().
| int32 SqlDbc::indexPos |
Definition at line 21 of file DBCStore.h.
Referenced by DBCStorage< T >::Load(), and SqlDbc().
| int32 SqlDbc::sqlIndexPos |
Definition at line 22 of file DBCStore.h.
Referenced by DBCStorage< T >::Load(), and SqlDbc().
| std::string SqlDbc::sqlTableName |
Definition at line 20 of file DBCStore.h.
Referenced by DBCStorage< T >::Load(), and SqlDbc().