.
Imports existing vector layer in QGIS int a PostGIS database. Before a connection between QGIS and the PostGIS database has to be created (for example with the DB Manager).
Bestaande vectorlaag in QGIS.
Name of the database connection name (not the database name).
Opties:
0 — lokaal
Standaard: 0
An existing schema of the selected database can be chosen. By feault this is the ‘public’ schema.
Standaard: public
Definieert een naam voor een tabel voor het geïmporteerde vectorbestand. Standaard wordt de naam van het vectorbestand gekozen.
Standaard: (niet ingesteld)
Optioneel.
Stelt het veld voor de Primaire sleutel in vanuit een bestaand veld in de vectorlaag.
Defines the name for the geometry information of the table.
Standaard: geom
Overschrijft bestaande tabellen die dezelfde naam hebben.
Standaard: True
Defines that no spatial index is created. By default a spatial index is created.
Standaard: True
If activated this prevents that the field names of the input vector layer are set to lowercase. By default field names will be lowercase after the import.
Standaard: True
Activates that the length constraints on character fields are dropped. By default the length constraints are valid.
Standaard: False
processing.runalg('qgis:importintopostgis', input, database, schema, tablename, primary_key, geometry_column, overwrite, createindex, lowercase_names, drop_string_length)
Makes it possible to perform a SQL database query on a PostGIS database connected to QGIS.
Naam van de database, niet de naam van de verbinding. Standaard hoeft u de naam niet in te vullen, de verbinding met de huidige database zal worden gekozen.
Standaard: (niet ingesteld)
Definieert de SQL-query, bijvoorbeeld ‘create schema test;’.
Standaard: (niet ingesteld)
processing.runalg('qgis:postgisexecutesql', database, sql)