digiKam
Loading...
Searching...
No Matches
coredbtransaction.h
Go to the documentation of this file.
1
/* ============================================================
2
*
3
* This file is a part of digiKam project
4
* https://www.digikam.org
5
*
6
* Date : 2007-03-23
7
* Description : Core database convenience object for transactions.
8
*
9
* SPDX-FileCopyrightText: 2007-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*
13
* ============================================================ */
14
15
#pragma once
16
17
// Local includes
18
19
#include "
digikam_export.h
"
20
21
namespace
Digikam
22
{
23
24
class
CoreDbAccess;
25
31
class
DIGIKAM_DATABASE_EXPORT
CoreDbTransaction
32
{
33
public
:
34
38
CoreDbTransaction
();
39
43
explicit
CoreDbTransaction
(
CoreDbAccess
*
const
access);
44
~CoreDbTransaction
();
45
46
private
:
47
48
// Disable
49
CoreDbTransaction
(
const
CoreDbTransaction
&) =
delete
;
50
CoreDbTransaction
& operator=(
const
CoreDbTransaction
&) =
delete
;
51
52
CoreDbAccess
* m_access =
nullptr
;
53
};
54
55
}
// namespace Digikam
Digikam::CoreDbAccess
Definition
coredbaccess.h:46
Digikam::CoreDbTransaction
Definition
coredbtransaction.h:32
digikam_export.h
Digikam
Definition
datefolderview.cpp:34
core
libs
database
coredb
coredbtransaction.h
Generated by
1.9.8