|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "QGCSqlHelper.h"#include <QtCore/QLatin1Char>#include <QtCore/QStringLiteral>#include <QtSql/QSqlQuery>
Include dependency graph for QGCSqlHelper.cc:Go to the source code of this file.
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. | |