QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCSqlHelper.cc File Reference
#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.