![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qhelpsearchindexreader_p.h"#include "qhelpenginecore.h"#include "qhelpfilterengine.h"#include <QtCore/qmap.h>#include <QtCore/qset.h>#include <QtSql/qsqldatabase.h>#include <QtSql/qsqlquery.h>Go to the source code of this file.
Classes | |
| class | fulltextsearch::Reader |
Namespaces | |
| namespace | fulltextsearch |
Functions | |
| static QString | fulltextsearch::namespacePlaceholders (const QMultiMap< QString, QStringList > &namespaces) |
| static void | fulltextsearch::bindNamespacesAndAttributes (QSqlQuery *query, const QMultiMap< QString, QStringList > &namespaces) |
| static QString | fulltextsearch::namespacePlaceholders (const QStringList &namespaceList) |
| static void | fulltextsearch::bindNamespacesAndAttributes (QSqlQuery *query, const QStringList &namespaceList) |
| static bool | fulltextsearch::attributesMatchFilter (const QStringList &attributes, const QStringList &filter) |