Qore DbDataProvider Module Reference 2.1.1
Loading...
Searching...
No Matches
DbTableTransactionHelper.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
25// private namespace
26namespace Priv {
27// private class; helps manage transactions in DbTableDataProvider methods
28class DbTableTransactionHelper {
29
30public:
31protected:
32 AbstractTable table;
33
34public:
35
36 constructor(AbstractTable table);
37
38
39 auto methodGate(string method);
40
41};
42};
Qore DbTableTransactionHelper class definition.
Definition: DbTableTransactionHelper.qc.dox.h:26