GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f13a4924e1
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 131 of file dig_structs.h.

Field Documentation

◆ database

char* field_info::database

◆ driver

char* field_info::driver

Name of DB driver ('sqlite', 'dbf', ...)

Definition at line 143 of file dig_structs.h.

Referenced by Vect_cats_set_constraint(), Vect_copy_map_dblinks(), Vect_destroy_field_info(), Vect_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().

◆ key

char* field_info::key

◆ name

◆ number

◆ table

char* field_info::table

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