diff Framework/SQLite/SQLiteStatement.h @ 23:b2ff1cd2907a

handling of implicit transactions in DatabaseManager
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 10:44:17 +0200
parents 7cea966b6829
children 714c5d2bee76
line wrap: on
line diff
--- a/Framework/SQLite/SQLiteStatement.h	Wed Jul 11 14:39:59 2018 +0200
+++ b/Framework/SQLite/SQLiteStatement.h	Thu Jul 12 10:44:17 2018 +0200
@@ -55,10 +55,10 @@
 
     Orthanc::SQLite::Statement& GetObject();
 
-    IResult* Execute(SQLiteTransaction& transaction,
+    IResult* Execute(ITransaction& transaction,
                      const Dictionary& parameters);
 
-    void ExecuteWithoutResult(SQLiteTransaction& transaction,
+    void ExecuteWithoutResult(ITransaction& transaction,
                               const Dictionary& parameters);
   };
 }