GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <dbmi.h>
Data Fields | |
int | cat |
int | isNull |
union { | |
int i | |
double d | |
dbString * s | |
dbDateTime * t | |
} | val |
dbString* dbCatVal::s |
Definition at line 278 of file dbmi.h.
Referenced by db_CatValArray_free().
dbDateTime* dbCatVal::t |
Definition at line 279 of file dbmi.h.
Referenced by db_CatValArray_free().
union { ... } dbCatVal::val |
Referenced by db_CatValArray_free().