|
| SQLiteHelper (std::string file_path, std::string file_name) |
|
| ~SQLiteHelper () |
| Disconnects and renames the temporary database filename to final name.
|
|
void | setFailed () |
|
void | execute (const std::string &query) |
|
◆ SQLiteHelper()
daisi::SQLiteHelper::SQLiteHelper |
( |
std::string |
file_path, |
|
|
std::string |
file_name |
|
) |
| |
Constructs a SQLite logger and generates database
- Parameters
-
file_path | Absolute path to the location where the database should be created |
file_name | Name of the database to be created |
The documentation for this class was generated from the following files:
- daisi/src/logging/sqlite/sqlite_helper.h
- daisi/src/logging/sqlite/sqlite_helper.cpp