comparison OrthancServer/Sources/Database/IDatabaseWrapper.h @ 4586:1d96fe7e054e db-changes

taking StatelessDatabaseOperations out of ServerIndex
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 18:24:59 +0100
parents 9224e107d613
children bec74e29f86b
comparison
equal deleted inserted replaced
4585:f0bdd99f3d81 4586:1d96fe7e054e
62 { 62 {
63 } 63 }
64 64
65 virtual void Rollback() = 0; 65 virtual void Rollback() = 0;
66 66
67 // The "fileSizeDelta" is used for older database plugins that
68 // have no fast way to compute the size of all the stored
69 // attachments (cf. "fastGetTotalSize_")
67 virtual void Commit(int64_t fileSizeDelta) = 0; 70 virtual void Commit(int64_t fileSizeDelta) = 0;
68 }; 71 };
69 72
70 73
71 struct CreateInstanceResult 74 struct CreateInstanceResult