GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-bea8435a9e
|
Vector library - Close map (PostGIS) More...
#include <stdlib.h>
#include <unistd.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "local_proto.h"
#include "pg_local_proto.h"
Go to the source code of this file.
Macros | |
#define | NOPG_UNUSED |
Functions | |
int | V1_close_pg (struct Map_info *Map NOPG_UNUSED) |
Close vector map (PostGIS layer) on level 1. More... | |
int | V2_close_pg (struct Map_info *Map NOPG_UNUSED) |
Close vector map (PostGIS layer) on topological level (write out fidx file) More... | |
Vector library - Close map (PostGIS)
Higher level functions for reading/writing/manipulating vectors.
(C) 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file close_pg.c.
#define NOPG_UNUSED |
Definition at line 26 of file close_pg.c.
int V1_close_pg | ( | struct Map_info *Map | NOPG_UNUSED | ) |
Close vector map (PostGIS layer) on level 1.
Map | pointer to Map_info structure |
Definition at line 39 of file close_pg.c.
References _, Format_info_pg::cache, Format_info_pg::conn, Format_info_pg::cursor_name, db_close_database_shutdown_driver(), Format_info_pg::db_name, DB_SQL_MAX, Format_info_pg::dbdriver, Format_info_pg::fi, Format_info_pg::fid_column, G_debug(), G_fatal_error(), G_free(), G_warning(), Format_info_pg::geom_column, GV_MODE_RW, GV_MODE_WRITE, NULL, Format_info_pg::res, Format_info_pg::schema_name, Format_info_pg::topogeom_column, Format_info_pg::toposchema_name, Vect__execute_pg(), Vect__free_cache(), Vect__write_head(), VECT_OPEN, and Vect_save_frmt().
int V2_close_pg | ( | struct Map_info *Map | NOPG_UNUSED | ) |
Close vector map (PostGIS layer) on topological level (write out fidx file)
Map | pointer to Map_info structure |
Definition at line 116 of file close_pg.c.
References _, G_debug(), G_fatal_error(), G_warning(), GPATH_MAX, GV_DIRECTORY, GV_TOPO_ELEMENT, Vect__free_offset(), Vect__get_element_path(), VECT_OPEN, and Vect_save_fidx().