comparison OrthancServer/DatabaseWrapper.h @ 1664:0c58f189782d db-changes

prepare migration to db v6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 13:43:20 +0200
parents c40fe92a68e7
children de1413733c97
comparison
equal deleted inserted replaced
1663:eef32b738656 1664:0c58f189782d
69 SQLite::Statement& s, 69 SQLite::Statement& s,
70 uint32_t maxResults); 70 uint32_t maxResults);
71 71
72 void ClearTable(const std::string& tableName); 72 void ClearTable(const std::string& tableName);
73 73
74 void ExecuteUpgrade5To6(IStorageArea& storageArea);
75
74 public: 76 public:
75 DatabaseWrapper(const std::string& path); 77 DatabaseWrapper(const std::string& path);
76 78
77 DatabaseWrapper(); 79 DatabaseWrapper();
78 80