|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <sqlp.h>

Data Fields | |
| int | type |
| char * | s |
| int | i |
| double | d |
| struct sqlpnode * | expr |
| double SQLPVALUE::d |
Definition at line 73 of file sqlp.h.
Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().
| int SQLPVALUE::i |
Definition at line 72 of file sqlp.h.
Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().
| char* SQLPVALUE::s |
Definition at line 71 of file sqlp.h.
Referenced by sqpCopyValue(), sqpFreeNode(), sqpInitValue(), and sqpPrintStmt().
| int SQLPVALUE::type |
Definition at line 70 of file sqlp.h.
Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().