QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <QString>
#include "qgis_gui.h"
Go to the source code of this file.
Macros | |
#define | SIP_NO_FILE |
Functions | |
QString GUI_EXPORT | createDatabaseURI (const QString &connectionType, const QString &host, const QString &database, QString port, const QString &configId, QString username, QString password, bool expandAuthConfig=false) |
CreateDatabaseURI. More... | |
QString GUI_EXPORT | createProtocolURI (const QString &type, const QString &url, const QString &configId, const QString &username, const QString &password, bool expandAuthConfig=false) |
CreateProtocolURI. More... | |
#define SIP_NO_FILE |
Definition at line 22 of file qgsogrhelperfunctions.h.
QString GUI_EXPORT createDatabaseURI | ( | const QString & | connectionType, |
const QString & | host, | ||
const QString & | database, | ||
QString | port, | ||
const QString & | configId, | ||
QString | username, | ||
QString | password, | ||
bool | expandAuthConfig = false |
||
) |
CreateDatabaseURI.
Create database uri from connection parameters
Definition at line 25 of file qgsogrhelperfunctions.cpp.
QString GUI_EXPORT createProtocolURI | ( | const QString & | type, |
const QString & | url, | ||
const QString & | configId, | ||
const QString & | username, | ||
const QString & | password, | ||
bool | expandAuthConfig = false |
||
) |
CreateProtocolURI.
Create protocol uri from connection parameters
Definition at line 221 of file qgsogrhelperfunctions.cpp.