DDraceNetwork Docs
|
Go to the source code of this file.
Classes | |
class | IDbConnection |
Enumerations | |
enum | { MAX_NAME_LENGTH_SQL = MAX_NAME_LENGTH - 1 } |
Functions | |
bool | MysqlAvailable () |
int | MysqlInit () |
void | MysqlUninit () |
std::unique_ptr< IDbConnection > | CreateSqliteConnection (const char *pFilename, bool Setup) |
std::unique_ptr< IDbConnection > | CreateMysqlConnection (CMysqlConfig Config) |
std::unique_ptr< IDbConnection > CreateMysqlConnection | ( | CMysqlConfig | Config | ) |
std::unique_ptr< IDbConnection > CreateSqliteConnection | ( | const char * | pFilename, |
bool | Setup | ||
) |
bool MysqlAvailable | ( | ) |
int MysqlInit | ( | ) |
void MysqlUninit | ( | ) |