This class creates a SQLite3 database with a schema for tuning log entries, and offers methods to write files containing such log entries to it.
More...
#include <LogToSQLiteWriter.h>
|
| | LogToSQLiteWriter (const std::string &databaseName) |
| | The constructor.
|
| |
| void | write (const char *filename) |
| | Write a file containing tuning log entries to the database.
|
| |
| | ~LogToSQLiteWriter () |
| | The destructor.
|
| |
This class creates a SQLite3 database with a schema for tuning log entries, and offers methods to write files containing such log entries to it.
◆ LogToSQLiteWriter()
| LogToSQLiteWriter::LogToSQLiteWriter |
( |
const std::string & |
databaseName | ) |
|
|
inlineexplicit |
The constructor.
It creates the database.
- Parameters
-
| databaseName | The name of the database file to create. |
◆ ~LogToSQLiteWriter()
| LogToSQLiteWriter::~LogToSQLiteWriter |
( |
| ) |
|
|
inline |
The destructor.
It closes the databsae.
◆ write()
| void LogToSQLiteWriter::write |
( |
const char * |
filename | ) |
|
|
inline |
Write a file containing tuning log entries to the database.
- Parameters
-
| filename | The name of the file with the log entries that should be written to the database. |
The documentation for this class was generated from the following file: