comparison Orthanc/Core/SQLite/Connection.h @ 162:f17ecfffdc75

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:51:20 +0200
parents 3809121c3290
children
comparison
equal deleted inserted replaced
161:4ac039ed55bd 162:f17ecfffdc75
37 37
38 #pragma once 38 #pragma once
39 39
40 #include "Statement.h" 40 #include "Statement.h"
41 #include "IScalarFunction.h" 41 #include "IScalarFunction.h"
42 #include "SQLiteTypes.h"
42 43
43 #include <string> 44 #include <string>
44 #include <map> 45 #include <map>
45
46 struct sqlite3;
47 struct sqlite3_stmt;
48 46
49 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__) 47 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__)
50 48
51 namespace Orthanc 49 namespace Orthanc
52 { 50 {