|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Database links. More...
#include <dig_structs.h>

Data Fields | |
| struct field_info * | field |
| Pointer to the first field_info structure. | |
| int | alloc_fields |
| Number of allocated slots. | |
| int | n_fields |
| Number of available layers (old: fields) | |
Database links.
Definition at line 159 of file dig_structs.h.
| int dblinks::alloc_fields |
Number of allocated slots.
Definition at line 167 of file dig_structs.h.
Referenced by Vect_add_dblink().
| struct field_info* dblinks::field |
Pointer to the first field_info structure.
Definition at line 163 of file dig_structs.h.
Referenced by Vect_add_dblink(), Vect_check_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().
| int dblinks::n_fields |
Number of available layers (old: fields)
Definition at line 171 of file dig_structs.h.
Referenced by Vect_add_dblink(), Vect_check_dblink(), Vect_reset_dblinks(), and Vect_write_dblinks().