Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::SQLiteStmt Struct Reference

#include <sqlite.hh>

Classes

class  Use
 

Public Member Functions

 SQLiteStmt (sqlite3 *db, const std::string &sql)
 
void create (sqlite3 *db, const std::string &s)
 
 operator sqlite3_stmt * ()
 
Use use ()
 

Public Attributes

sqlite3 * db = 0
 
sqlite3_stmt * stmt = 0
 
std::string sql
 

Detailed Description

RAII wrapper to create and destroy SQLite prepared statements.


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