.
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).
Stratul vectorial existent în QGIS.
Name of the database connection name (not the database name).
Opţiuni:
Implicit: 0
An existing schema of the selected database can be chosen. By feault this is the ‘public’ schema.
Implicit: public
Definește un nume de tabelă pentru fișierul vectorial importat. În mod implicit, este ales numele fișierului vectorial.
Implicit: (nesetat)
Opțional.
Setează câmpul cheii primare dintr-un câmp existent al unui strat vectorial.
Defines the name for the geometry information of the table.
Implicit: geom
Suprascrie tabelele existente care au același nume.
Implicit: True
Defines that no spatial index is created. By default a spatial index is created.
Implicit: 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.
Implicit: True
Activates that the length constraints on character fields are dropped. By default the length constraints are valid.
Implicit: 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.
Numele bazei de date, nu cel al conexiunii. Nu trebuie să completați numele, conexiunea curentă a bazei de date fiind aleasă în mod implicit.
Implicit: (nesetat)
Definește interogarea SQL, de exemplu, ‘create schema test;’.
Implicit: (nesetat)
processing.runalg('qgis:postgisexecutesql', database, sql)