GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
SQLPVALUE Struct Reference

#include <sqlp.h>

Collaboration diagram for SQLPVALUE:

Data Fields

int type
 
char * s
 
int i
 
double d
 
struct sqlpnodeexpr
 

Detailed Description

Definition at line 69 of file sqlp.h.

Field Documentation

◆ d

double SQLPVALUE::d

Definition at line 73 of file sqlp.h.

Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().

◆ expr

struct sqlpnode* SQLPVALUE::expr

Definition at line 74 of file sqlp.h.

◆ i

int SQLPVALUE::i

Definition at line 72 of file sqlp.h.

Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().

◆ s

char* SQLPVALUE::s

Definition at line 71 of file sqlp.h.

Referenced by sqpCopyValue(), sqpFreeNode(), sqpInitValue(), and sqpPrintStmt().

◆ type

int SQLPVALUE::type

Definition at line 70 of file sqlp.h.

Referenced by sqpCopyValue(), sqpInitValue(), and sqpPrintStmt().


The documentation for this struct was generated from the following file: