GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 70 of file sqlp.h.

Field Documentation

◆ d

double SQLPVALUE::d

Definition at line 75 of file sqlp.h.

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

◆ expr

struct sqlpnode* SQLPVALUE::expr

Definition at line 76 of file sqlp.h.

◆ i

int SQLPVALUE::i

Definition at line 74 of file sqlp.h.

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

◆ s

char* SQLPVALUE::s

◆ type

int SQLPVALUE::type

Definition at line 72 of file sqlp.h.

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


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