|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of database schema migration runner. More...
#include <kcenon/pacs/storage/migration_runner.h>#include <sqlite3.h>#include <kcenon/pacs/compat/format.h>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Implementation of database schema migration runner.
When compiled with PACS_WITH_DATABASE_SYSTEM, uses pacs_database_adapter for consistent database abstraction. Otherwise, uses direct SQLite prepared statements.
Definition in file migration_runner.cpp.