![]() |
DDNet documentation
|
#include <base/log.h>#include <base/str.h>#include <base/types.h>#include <engine/sqlite.h>#include <engine/storage.h>#include <sqlite3.h>Functions | |
| int | SqliteHandleError (int Error, sqlite3 *pSqlite, const char *pContext) |
| CSqlite | SqliteOpen (IStorage *pStorage, const char *pPath) |
| CSqliteStmt | SqlitePrepare (sqlite3 *pSqlite, const char *pStatement) |
| int SqliteHandleError | ( | int | Error, |
| sqlite3 * | pSqlite, | ||
| const char * | pContext ) |
| CSqliteStmt SqlitePrepare | ( | sqlite3 * | pSqlite, |
| const char * | pStatement ) |