mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Creates a URI for use with QgsVectorLayerExporter corresponding to given destination table options for the backend. The URI format and extra options which need to be passed to QgsVectorLayerExporter differ from provider to provider, so this new method gives us a consistent, generic method we can call to safely generate the right URI and options in a cross-provider way. Implemented for all database connection providers.