GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Layer (old: field) information. More...
#include <dig_structs.h>
Data Fields | |
int | number |
Layer number. More... | |
char * | name |
Layer name (optional) More... | |
char * | driver |
Name of DB driver ('sqlite', 'dbf', ...) More... | |
char * | database |
char * | table |
Name of DB table. More... | |
char * | key |
Name of key column (usually 'cat') More... | |
Layer (old: field) information.
Definition at line 134 of file dig_structs.h.
char* field_info::database |
brief Name of database
Definition at line 151 of file dig_structs.h.
Referenced by Vect_cats_set_constraint(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().
char* field_info::driver |
Name of DB driver ('sqlite', 'dbf', ...)
Definition at line 147 of file dig_structs.h.
Referenced by Vect_cats_set_constraint(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().
char* field_info::key |
Name of key column (usually 'cat')
Definition at line 159 of file dig_structs.h.
Referenced by Vect_cats_set_constraint(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().
char* field_info::name |
Layer name (optional)
Definition at line 143 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_get_field_by_name(), Vect_map_del_dblink(), and Vect_write_dblinks().
int field_info::number |
Layer number.
Definition at line 139 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_get_field(), Vect_get_field_number(), Vect_map_del_dblink(), and Vect_write_dblinks().
char* field_info::table |
Name of DB table.
Definition at line 155 of file dig_structs.h.
Referenced by Vect_cats_set_constraint(), Vect_copy_map_dblinks(), Vect_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().