GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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().