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