Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
sqlite::SQLite Class Reference

#include <sqlitepp.h>

Public Member Functions

 SQLite (const std::string &path_to_db)
 
 ~SQLite ()
 
void Close ()
 
std::unique_ptr< SQLiteQueryNewQuery (const std::wstring &query)
 
sqlite3 * GetSQLite ()
 
const char * LastError ()
 

Friends

class SQLiteQuery
 
class SQLiteObject
 

Constructor & Destructor Documentation

sqlite::SQLite::SQLite ( const std::string &  path_to_db)
sqlite::SQLite::~SQLite ( )

Member Function Documentation

void sqlite::SQLite::Close ( )
sqlite3 * sqlite::SQLite::GetSQLite ( )
const char * sqlite::SQLite::LastError ( )
std::unique_ptr< SQLiteQuery > sqlite::SQLite::NewQuery ( const std::wstring &  query)

Friends And Related Function Documentation

friend class SQLiteObject
friend
friend class SQLiteQuery
friend

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