47 #ifndef _MIRA_SQLITEDB_H_ 48 #define _MIRA_SQLITEDB_H_ 100 bool tableExists(
const std::string& table);
114 int exec(
const std::string& sql);
119 sqlite3_stmt* prepare(
const std::string& sql);
Definition: SyncTimedRead.h:62
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
boost::filesystem::path Path
Typedef of a Path (shorter version for boost::filesystem::path)
Definition: Path.h:69
#define MIRA_DEFINE_SERIALIZABLE_EXCEPTION(Ex, Base)
Macro for easily defining a new serializable exception class.
Definition: Exceptions.h:66
An exception that occurs whenever accessing the SQLite db results in an error.
Definition: SQLiteDB.h:73
Commonly used exception classes.
Functions for modifying file system paths.
Class representing a result of a database query.
Class representing a result of a SQLite database query.
Definition: SQLiteQuery.h:66