|
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) |
| QString | QGCSqlHelper::placeholders (int n) |
| void | QGCSqlHelper::applySqlitePragmas (QSqlDatabase &db) |
| std::optional< int > | QGCSqlHelper::userVersion (QSqlDatabase &db) |
| bool | QGCSqlHelper::setUserVersion (QSqlDatabase &db, int v) |