mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04: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.pl 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.pl again   *
 | |
|  ************************************************************************/
 |