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

Database links. More...

#include <dig_structs.h>

Collaboration diagram for dblinks:

Data Fields

struct field_infofield
 Pointer to the first field_info structure. More...
 
int alloc_fields
 Number of allocated slots. More...
 
int n_fields
 Number of available layers (old: fields) More...
 

Detailed Description

Database links.

Definition at line 165 of file dig_structs.h.

Field Documentation

◆ alloc_fields

int dblinks::alloc_fields

Number of allocated slots.

Definition at line 174 of file dig_structs.h.

◆ field

struct field_info* dblinks::field

◆ n_fields

int dblinks::n_fields

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