comparison Framework/SQLite/SQLiteStatement.h @ 186:6fe74f9a516e

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Dec 2020 15:05:19 +0100
parents 275e14f57f1e
children 3236894320d6
comparison
equal deleted inserted replaced
185:7c46155b5bb4 186:6fe74f9a516e
47 47
48 public: 48 public:
49 SQLiteStatement(SQLiteDatabase& database, 49 SQLiteStatement(SQLiteDatabase& database,
50 const Query& query); 50 const Query& query);
51 51
52 virtual bool IsReadOnly() const 52 virtual bool IsReadOnly() const ORTHANC_OVERRIDE
53 { 53 {
54 return readOnly_; 54 return readOnly_;
55 } 55 }
56 56
57 Orthanc::SQLite::Statement& GetObject(); 57 Orthanc::SQLite::Statement& GetObject();