comparison MySQL/Plugins/MySQLIndex.cpp @ 203:2089d4071408

moving classes out of OrthancPlugins namespace, to OrthancDatabases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 18:15:34 +0100
parents 42990b2dd51b
children ee5858d438dc
comparison
equal deleted inserted replaced
202:2def2df94f94 203:2089d4071408
304 return ReadInteger64(statement, 0); 304 return ReadInteger64(statement, 0);
305 } 305 }
306 } 306 }
307 307
308 308
309 void MySQLIndex::DeleteResource(OrthancPlugins::IDatabaseBackendOutput& output, 309 void MySQLIndex::DeleteResource(IDatabaseBackendOutput& output,
310 int64_t id) 310 int64_t id)
311 { 311 {
312 ClearDeletedFiles(); 312 ClearDeletedFiles();
313 313
314 // Recursive exploration of resources to be deleted, from the "id" 314 // Recursive exploration of resources to be deleted, from the "id"