comparison Framework/Common/Query.h @ 29:2fb9cd42af14

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 15:20:35 +0200
parents 7cea966b6829
children 714c5d2bee76
comparison
equal deleted inserted replaced
28:c0cb5d2cd696 29:2fb9cd42af14
56 bool readOnly_; 56 bool readOnly_;
57 57
58 void Setup(const std::string& sql); 58 void Setup(const std::string& sql);
59 59
60 public: 60 public:
61 Query(const std::string& sql); 61 explicit Query(const std::string& sql);
62 62
63 Query(const std::string& sql, 63 Query(const std::string& sql,
64 bool isReadOnly); 64 bool isReadOnly);
65 65
66 ~Query(); 66 ~Query();