comparison Framework/Common/IPrecompiledStatement.h @ 214:ab96698c73a3

removed useless information about read-only in ITransaction and IPrecompiledStatement
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Mar 2021 13:56:26 +0100
parents 3236894320d6
children 16aac0287485
comparison
equal deleted inserted replaced
213:c2e4a909de0e 214:ab96698c73a3
29 { 29 {
30 public: 30 public:
31 virtual ~IPrecompiledStatement() 31 virtual ~IPrecompiledStatement()
32 { 32 {
33 } 33 }
34
35 virtual bool IsReadOnly() const = 0;
36 }; 34 };
37 } 35 }