GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
SQLPSTMT Struct Reference

#include <sqlp.h>

Collaboration diagram for SQLPSTMT:

Data Fields

charstmt
 
charcur
 
char errmsg [500+1]
 
int command
 
char table [200+1]
 
SQLPVALUECol
 
intColType
 
intColWidth
 
intColDecim
 
int aCol
 
int nCol
 
SQLPVALUEVal
 
int aVal
 
int nVal
 
SQLPNODEupperNodeptr
 
charorderCol
 
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 sqpAssignment(), sqpColumn(), sqpColumnDef(), and sqpPrintStmt().

◆ ColDecim

int* SQLPSTMT::ColDecim

Definition at line 96 of file sqlp.h.

Referenced by sqpColumnDef().

◆ ColType

int* SQLPSTMT::ColType

Definition at line 94 of file sqlp.h.

Referenced by sqpColumnDef(), and sqpPrintStmt().

◆ ColWidth

int* SQLPSTMT::ColWidth

Definition at line 95 of file sqlp.h.

Referenced by sqpColumnDef(), and 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 my_yyinput(), and sqpInitParser().

◆ errmsg

char SQLPSTMT::errmsg[500+1]

Definition at line 90 of file sqlp.h.

Referenced by sqpInitParser(), and yyerror().

◆ nCol

int SQLPSTMT::nCol

Definition at line 98 of file sqlp.h.

Referenced by sqpAssignment(), sqpColumn(), sqpColumnDef(), and sqpInitParser().

◆ nVal

int SQLPSTMT::nVal

Definition at line 101 of file sqlp.h.

Referenced by sqpAssignment(), sqpInitParser(), and sqpValue().

◆ orderCol

char* SQLPSTMT::orderCol

Definition at line 103 of file sqlp.h.

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

◆ orderDir

int SQLPSTMT::orderDir

Definition at line 105 of file sqlp.h.

Referenced by sqpOrderColumn(), and sqpPrintStmt().

◆ stmt

char* SQLPSTMT::stmt

Definition at line 88 of file sqlp.h.

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

◆ table

char SQLPSTMT::table[200+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(), sqpPrintStmt(), and yyparse().

◆ Val

SQLPVALUE* SQLPSTMT::Val

Definition at line 99 of file sqlp.h.

Referenced by sqpAssignment(), sqpPrintStmt(), and sqpValue().


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