GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
SQLPSTMT Struct Reference

#include <sqlp.h>

Collaboration diagram for SQLPSTMT:

Data Fields

char * stmt
 
char * cur
 
char errmsg [SQLP_MAX_ERR+1]
 
int command
 
char table [SQLP_MAX_TABLE+1]
 
SQLPVALUECol
 
int * ColType
 
int * ColWidth
 
int * ColDecim
 
int aCol
 
int nCol
 
SQLPVALUEVal
 
int aVal
 
int nVal
 
SQLPNODEupperNodeptr
 
char * orderCol
 
int orderDir
 

Detailed Description

Definition at line 87 of file sqlp.h.

Field Documentation

◆ aCol

int SQLPSTMT::aCol

Definition at line 97 of file sqlp.h.

◆ aVal

int SQLPSTMT::aVal

Definition at line 100 of file sqlp.h.

◆ Col

SQLPVALUE* SQLPSTMT::Col

Definition at line 93 of file sqlp.h.

Referenced by sqpColumn(), and sqpPrintStmt().

◆ ColDecim

int* SQLPSTMT::ColDecim

Definition at line 96 of file sqlp.h.

◆ ColType

int* SQLPSTMT::ColType

Definition at line 94 of file sqlp.h.

Referenced by sqpPrintStmt().

◆ ColWidth

int* SQLPSTMT::ColWidth

Definition at line 95 of file sqlp.h.

Referenced by sqpPrintStmt().

◆ command

int SQLPSTMT::command

Definition at line 91 of file sqlp.h.

Referenced by sqpCommand(), and sqpPrintStmt().

◆ cur

char* SQLPSTMT::cur

Definition at line 89 of file sqlp.h.

Referenced by sqpInitParser().

◆ errmsg

char SQLPSTMT::errmsg[SQLP_MAX_ERR+1]

Definition at line 90 of file sqlp.h.

Referenced by sqpInitParser().

◆ nCol

int SQLPSTMT::nCol

Definition at line 98 of file sqlp.h.

Referenced by sqpColumn(), and sqpInitParser().

◆ nVal

int SQLPSTMT::nVal

Definition at line 101 of file sqlp.h.

Referenced by sqpInitParser().

◆ orderCol

char* SQLPSTMT::orderCol

Definition at line 103 of file sqlp.h.

Referenced by sqpInitParser(), and sqpOrderColumn().

◆ orderDir

int SQLPSTMT::orderDir

Definition at line 105 of file sqlp.h.

Referenced by sqpOrderColumn().

◆ stmt

char* SQLPSTMT::stmt

Definition at line 88 of file sqlp.h.

Referenced by sqpInitParser(), and sqpPrintStmt().

◆ table

char SQLPSTMT::table[SQLP_MAX_TABLE+1]

Definition at line 92 of file sqlp.h.

Referenced by sqpInitParser(), sqpPrintStmt(), and sqpTable().

◆ upperNodeptr

SQLPNODE* SQLPSTMT::upperNodeptr

Definition at line 102 of file sqlp.h.

Referenced by sqpInitParser().

◆ Val

SQLPVALUE* SQLPSTMT::Val

Definition at line 99 of file sqlp.h.

Referenced by sqpPrintStmt().


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