Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
asyncsqldbwriter.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2024 QuasarApp.
3 * Distributed under the lgplv3 software license, see the accompanying
4 * Everyone is permitted to copy and distribute verbatim copies
5 * of this license document, but changing it is not allowed.
6*/
7
8#ifndef ASYNCSQLDBWRITER_H
9#define ASYNCSQLDBWRITER_H
10
11#include "sqldbwriter.h"
12
13namespace QH {
14
15
21{
22 Q_OBJECT
23public:
24 AsyncSqlDBWriter(QObject* ptr = nullptr);
26
27};
28
29}
30#endif // ASYNCSQLDBWRITER_H
The AsyncSqlDbWriter class is some as SqlDBWriter but run all command in own thread....
The SqlDBWriter class. This class write and read objects from database (hard level)....
Definition sqldbwriter.h:36
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition heart.cpp:13