Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SqlDbc Struct Reference

#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

SqlDbcoperator= (SqlDbc const &right)=delete
 SqlDbc (SqlDbc const &right)=delete

Detailed Description

Definition at line 16 of file DBCStore.h.

Constructor & Destructor Documentation

◆ SqlDbc() [1/2]

SqlDbc::SqlDbc ( std::string const * _filename,
std::string const * _format,
std::string const * _idname,
char const * fmt )
inline

◆ SqlDbc() [2/2]

SqlDbc::SqlDbc ( SqlDbc const & right)
privatedelete

References SqlDbc().

Member Function Documentation

◆ operator=()

SqlDbc & SqlDbc::operator= ( SqlDbc const & right)
privatedelete

References SqlDbc().

Member Data Documentation

◆ formatString

std::string const* SqlDbc::formatString

Definition at line 18 of file DBCStore.h.

Referenced by DBCStorage< T >::Load(), and SqlDbc().

◆ indexName

std::string const* SqlDbc::indexName

Definition at line 19 of file DBCStore.h.

Referenced by DBCStorage< T >::Load(), and SqlDbc().

◆ indexPos

int32 SqlDbc::indexPos

Definition at line 21 of file DBCStore.h.

Referenced by DBCStorage< T >::Load(), and SqlDbc().

◆ sqlIndexPos

int32 SqlDbc::sqlIndexPos

Definition at line 22 of file DBCStore.h.

Referenced by DBCStorage< T >::Load(), and SqlDbc().

◆ sqlTableName

std::string SqlDbc::sqlTableName

Definition at line 20 of file DBCStore.h.

Referenced by DBCStorage< T >::Load(), and SqlDbc().


The documentation for this struct was generated from the following file: