comparison Core/SQLite/Statement.h @ 1220:9b9026560a5f

SQLite wrapper is now fully independent of Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Nov 2014 16:33:51 +0100
parents 96a2d2da0fee
children 2255e66da726
comparison
equal deleted inserted replaced
1219:c4ae92753d57 1220:9b9026560a5f
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege, 3 *
4 * Belgium 4 * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>,
5 * Medical Physics Department, CHU of Liege, Belgium
5 * 6 *
6 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 7 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
7 * 8 *
8 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions are 10 * modification, are permitted provided that the following conditions are
34 **/ 35 **/
35 36
36 37
37 #pragma once 38 #pragma once
38 39
39 #include "../OrthancException.h" 40 #include "OrthancSQLiteException.h"
40 #include "StatementId.h" 41 #include "StatementId.h"
41 #include "StatementReference.h" 42 #include "StatementReference.h"
42 43
43 #include <vector> 44 #include <vector>
44 #include <stdint.h> 45 #include <stdint.h>