LIPH's C++ Codes
liph::prepared_statement Class Reference

#include <sqlite.h>

Public Member Functions

 prepared_statement (sqlite &db, const char *sql)
 
 ~prepared_statement ()
 
int reset ()
 
int step ()
 
int column_int (int index)
 
double column_double (int index)
 
std::string column_text (int index)
 

Constructor & Destructor Documentation

◆ prepared_statement()

liph::prepared_statement::prepared_statement ( sqlite db,
const char *  sql 
)
inline

◆ ~prepared_statement()

liph::prepared_statement::~prepared_statement ( )
inline

Member Function Documentation

◆ column_double()

double liph::prepared_statement::column_double ( int  index)
inline

◆ column_int()

int liph::prepared_statement::column_int ( int  index)
inline

◆ column_text()

std::string liph::prepared_statement::column_text ( int  index)
inline

◆ reset()

int liph::prepared_statement::reset ( )
inline

◆ step()

int liph::prepared_statement::step ( )
inline

The documentation for this class was generated from the following file: