|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#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 sqpAssignment(), sqpCopyValue(), sqpInitValue(), sqpNewValueNode(), sqpPrintStmt(), and sqpValue().
Definition at line 74 of file sqlp.h.
Referenced by sqpAssignment(), and sqpPrintStmt().
| int SQLPVALUE::i |
Definition at line 72 of file sqlp.h.
Referenced by sqpAssignment(), sqpCopyValue(), sqpInitValue(), sqpNewValueNode(), sqpPrintStmt(), and sqpValue().
| char* SQLPVALUE::s |
Definition at line 71 of file sqlp.h.
Referenced by sqpAssignment(), sqpCopyValue(), sqpFreeNode(), sqpInitValue(), sqpNewValueNode(), sqpPrintStmt(), sqpSaveStr(), and sqpValue().
| int SQLPVALUE::type |
Definition at line 70 of file sqlp.h.
Referenced by sqpAssignment(), sqpCopyValue(), sqpInitValue(), sqpNewValueNode(), sqpPrintStmt(), and sqpValue().