comparison Framework/SQLite/SQLiteStatement.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 3236894320d6
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
26 #include "../Common/Integer64Value.h" 26 #include "../Common/Integer64Value.h"
27 #include "../Common/Query.h" 27 #include "../Common/Query.h"
28 #include "../Common/Utf8StringValue.h" 28 #include "../Common/Utf8StringValue.h"
29 #include "SQLiteResult.h" 29 #include "SQLiteResult.h"
30 30
31 #include <Core/OrthancException.h> 31 #include <OrthancException.h>
32 32
33 namespace OrthancDatabases 33 namespace OrthancDatabases
34 { 34 {
35 SQLiteStatement::SQLiteStatement(SQLiteDatabase& database, 35 SQLiteStatement::SQLiteStatement(SQLiteDatabase& database,
36 const Query& query) : 36 const Query& query) :