client-cpp  0.9.0
SQLiteDBLogStorage.hpp File Reference
#include <memory>
#include <list>
#include <cstdint>
#include <string>
#include <unordered_map>
#include <sqlite3.h>
#include "kaa/KaaThread.hpp"
#include "kaa/log/ILogStorage.hpp"
#include "kaa/log/ILogStorageStatus.hpp"
#include "kaa/log/LogStorageConstants.hpp"
+ Include dependency graph for SQLiteDBLogStorage.hpp:

Go to the source code of this file.

Classes

class  kaa::SQLiteDBLogStorage
 

Namespaces

 kaa
 

Macros

#define KAA_DEFAULT_LOG_DB_STORAGE   "logs.db"
 

Enumerations

enum  kaa::SQLiteOptimizationOptions {
  kaa::SQLITE_NO_OPTIMIZATIONS = 0x0, kaa::SQLITE_SYNCHRONOUS_OFF = 0x1, kaa::SQLITE_MEMORY_JOURNAL_MODE = 0x2, kaa::SQLITE_MEMORY_TEMP_STORE = 0x4,
  kaa::SQLITE_COUNT_CHANGES_OFF = 0x8, kaa::SQLITE_ALL_OPTIMIZATIONS
}
 

Macro Definition Documentation

#define KAA_DEFAULT_LOG_DB_STORAGE   "logs.db"

Definition at line 35 of file SQLiteDBLogStorage.hpp.