DDraceNetwork Documentation
Loading...
Searching...
No Matches
sqlite.cpp File Reference
#include "connection.h"
#include <sqlite3.h>
#include <base/math.h>
#include <engine/console.h>
#include <atomic>
Include dependency graph for sqlite.cpp:

Classes

class  CSqliteConnection
 

Functions

charsqlite3_expanded_sql (sqlite3_stmt *pStmt)
 
std::unique_ptr< IDbConnectionCreateSqliteConnection (const char *pFilename, bool Setup)
 

Function Documentation

◆ CreateSqliteConnection()

std::unique_ptr< IDbConnection > CreateSqliteConnection ( const char pFilename,
bool  Setup 
)

◆ sqlite3_expanded_sql()

char * sqlite3_expanded_sql ( sqlite3_stmt pStmt)
extern