GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#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 263 of file dbmi.h.
Referenced by db_CatValArray_free().
dbDateTime* dbCatVal::t |
Definition at line 264 of file dbmi.h.
Referenced by db_CatValArray_free().
union { ... } dbCatVal::val |
Referenced by db_CatValArray_free().