comparison Framework/MySQL/MySQLStatement.h @ 186:6fe74f9a516e

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Dec 2020 15:05:19 +0100
parents 4cd7e45b671e
children 3236894320d6
comparison
equal deleted inserted replaced
185:7c46155b5bb4 186:6fe74f9a516e
49 MySQLStatement(MySQLDatabase& db, 49 MySQLStatement(MySQLDatabase& db,
50 const Query& query); 50 const Query& query);
51 51
52 virtual ~MySQLStatement(); 52 virtual ~MySQLStatement();
53 53
54 virtual bool IsReadOnly() const 54 virtual bool IsReadOnly() const ORTHANC_OVERRIDE
55 { 55 {
56 return readOnly_; 56 return readOnly_;
57 } 57 }
58 58
59 MYSQL_STMT* GetObject(); 59 MYSQL_STMT* GetObject();