GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Database links. More...
#include <dig_structs.h>
Data Fields | |
struct field_info * | field |
Pointer to the first field_info structure. More... | |
int | alloc_fields |
Number of allocated slots. More... | |
int | n_fields |
Number of available layers (old: fields) More... | |
Database links.
Definition at line 165 of file dig_structs.h.
int dblinks::alloc_fields |
Number of allocated slots.
Definition at line 174 of file dig_structs.h.
struct field_info* dblinks::field |
Pointer to the first field_info structure.
Definition at line 170 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_get_dblink(), Vect_get_field(), Vect_get_field_by_name(), Vect_map_del_dblink(), and Vect_write_dblinks().
int dblinks::n_fields |
Number of available layers (old: fields)
Definition at line 178 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_get_dblink(), Vect_get_field(), Vect_get_field_by_name(), Vect_get_num_dblinks(), Vect_map_del_dblink(), Vect_reset_dblinks(), and Vect_write_dblinks().