|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#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().