| QGIS API Documentation 3.99.0-Master (f78f5286a64)
    | 
Stores all information required to create a QgsVectorLayerExporter for the backend. More...
#include <qgsabstractdatabaseproviderconnection.h>
| Public Attributes | |
| QString | geometryColumn | 
| Preferred name for the geometry column, if required. Note that some providers may ignore this if a specific geometry column name is required. | |
| QString | layerName | 
| Name for the new layer. | |
| QStringList | primaryKeyColumns | 
| List of primary key column names. Note that some providers may ignore this if not supported. | |
| QString | schema | 
| Optional schema for the new layer. May not be supported by all providers. | |
| Qgis::WkbType | wkbType = Qgis::WkbType::NoGeometry | 
| WKB type for destination layer geometry. | |
Stores all information required to create a QgsVectorLayerExporter for the backend.
Definition at line 620 of file qgsabstractdatabaseproviderconnection.h.
| QString QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::geometryColumn | 
Preferred name for the geometry column, if required. Note that some providers may ignore this if a specific geometry column name is required.
Definition at line 635 of file qgsabstractdatabaseproviderconnection.h.
| QString QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::layerName | 
Name for the new layer.
Definition at line 623 of file qgsabstractdatabaseproviderconnection.h.
| QStringList QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::primaryKeyColumns | 
List of primary key column names. Note that some providers may ignore this if not supported.
Definition at line 632 of file qgsabstractdatabaseproviderconnection.h.
| QString QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::schema | 
Optional schema for the new layer. May not be supported by all providers.
Definition at line 626 of file qgsabstractdatabaseproviderconnection.h.
| Qgis::WkbType QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::wkbType = Qgis::WkbType::NoGeometry | 
WKB type for destination layer geometry.
Definition at line 629 of file qgsabstractdatabaseproviderconnection.h.