mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsvirtuallayerdefinitionutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsVirtualLayerDefinitionUtils
|
|
{
|
|
%Docstring(signature="appended")
|
|
Utils class for :py:class:`QgsVirtualLayerDefinition`
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsvirtuallayerdefinitionutils.h"
|
|
%End
|
|
public:
|
|
static QgsVirtualLayerDefinition fromJoinedLayer( QgsVectorLayer *joinedLayer );
|
|
%Docstring
|
|
Gets a virtual layer definition from a vector layer where vector joins are replaced by SQL LEFT JOINs
|
|
%End
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsvirtuallayerdefinitionutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|