|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QString>#include <QtSql/QSqlDatabase>#include <QtSql/QSqlQuery>#include <atomic>
Include dependency graph for QGCSqlHelper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QGCSqlHelper::ScopedConnection |
Namespaces | |
| namespace | QGCSqlHelper |
| Lightweight SQL utilities shared across QGC components. | |
Functions | |
| QString | QGCSqlHelper::escapeLikePattern (const QString &text) |
| void | QGCSqlHelper::applySqlitePragmas (QSqlDatabase &db) |
| Applies standard QGC pragmas: WAL journal mode + NORMAL synchronous. | |