GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
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

brief Name of database

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

◆ 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_get_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().

◆ key

char* field_info::key

Name of key column (usually 'cat')

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

◆ name

char* field_info::name

◆ number

◆ table

char* field_info::table

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