GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
field_info Struct Reference

Layer (old: field) information. More...

#include <dig_structs.h>

Data Fields

int number
 Layer number.
 
charname
 Layer name (optional)
 
chardriver
 Name of DB driver ('sqlite', 'dbf', ...)
 
chardatabase
 
chartable
 Name of DB table.
 
charkey
 Name of key column (usually 'cat')
 

Detailed Description

Layer (old: field) information.

Definition at line 129 of file dig_structs.h.

Field Documentation

◆ database

◆ driver

◆ key

char* field_info::key

Name of key column (usually 'cat')

Definition at line 153 of file dig_structs.h.

Referenced by V1_close_nat(), Vect_add_dblink(), Vect_copy_table_by_cats(), Vect_default_field_info(), Vect_destroy_field_info(), and Vect_get_dblink().

◆ name

char* field_info::name

Layer name (optional)

Definition at line 137 of file dig_structs.h.

Referenced by V1_close_nat(), Vect_default_field_info(), Vect_destroy_field_info(), and Vect_get_dblink().

◆ number

int field_info::number

◆ table


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