client-cpp  0.8.1
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"

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 35 of file SQLiteDBLogStorage.hpp.