Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Friends | List of all members
sql::connection Class Reference

#include <sql.h>

Public Member Functions

 connection (const char *filename)
 
void execute (const char *command) const
 
bool table_exists (const char *name) const
 
void transaction (std::function< void()> transaction) const
 

Friends

class statement
 

Constructor & Destructor Documentation

§ connection()

sql::connection::connection ( const char *  filename)
explicit

Member Function Documentation

§ execute()

void sql::connection::execute ( const char *  command) const

§ table_exists()

bool sql::connection::table_exists ( const char *  name) const

§ transaction()

void sql::connection::transaction ( std::function< void()>  transaction) const

Friends And Related Function Documentation

§ statement

friend class statement
friend

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