GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
field_info Struct Reference

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...
 

Detailed Description

Layer (old: field) information.

Definition at line 134 of file dig_structs.h.

Field Documentation

◆ database

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().

◆ driver

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().

◆ key

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().

◆ name

char* field_info::name

◆ number

◆ table

char* field_info::table

The documentation for this struct was generated from the following file: