comparison OrthancServer/Database/SQLiteDatabaseWrapper.h @ 3116:0fa7181ac4e5 db-changes

conrt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jan 2019 11:08:53 +0100
parents 2e1711f80f74
children f86ebf971a72
comparison
equal deleted inserted replaced
3115:2c108461d409 3116:0fa7181ac4e5
77 SQLite::Statement& s, 77 SQLite::Statement& s,
78 uint32_t maxResults); 78 uint32_t maxResults);
79 79
80 void ClearTable(const std::string& tableName); 80 void ClearTable(const std::string& tableName);
81 81
82 int GetGlobalIntegerProperty(GlobalProperty property,
83 unsigned int defaultValue);
84
82 public: 85 public:
83 SQLiteDatabaseWrapper(const std::string& path); 86 SQLiteDatabaseWrapper(const std::string& path);
84 87
85 SQLiteDatabaseWrapper(); 88 SQLiteDatabaseWrapper();
86 89