|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
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 633 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 648 of file qgsabstractdatabaseproviderconnection.h.
| QString QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::layerName |
Name for the new layer.
Definition at line 636 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 645 of file qgsabstractdatabaseproviderconnection.h.
| QString QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::schema |
Optional schema for the new layer. May not be supported by all providers.
Definition at line 639 of file qgsabstractdatabaseproviderconnection.h.
| Qgis::WkbType QgsAbstractDatabaseProviderConnection::VectorLayerExporterOptions::wkbType = Qgis::WkbType::NoGeometry |
WKB type for destination layer geometry.
Definition at line 642 of file qgsabstractdatabaseproviderconnection.h.