DDNet documentation
Loading...
Searching...
No Matches
sqlite.cpp File Reference
#include <base/log.h>
#include <base/str.h>
#include <base/types.h>
#include <engine/sqlite.h>
#include <engine/storage.h>
#include <sqlite3.h>
Include dependency graph for sqlite.cpp:

Functions

int SqliteHandleError (int Error, sqlite3 *pSqlite, const char *pContext)
CSqlite SqliteOpen (IStorage *pStorage, const char *pPath)
CSqliteStmt SqlitePrepare (sqlite3 *pSqlite, const char *pStatement)

Function Documentation

◆ SqliteHandleError()

int SqliteHandleError ( int Error,
sqlite3 * pSqlite,
const char * pContext )

◆ SqliteOpen()

CSqlite SqliteOpen ( IStorage * pStorage,
const char * pPath )

◆ SqlitePrepare()

CSqliteStmt SqlitePrepare ( sqlite3 * pSqlite,
const char * pStatement )