|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <sqlp.h>

Data Fields | |
| char * | stmt |
| char * | cur |
| char | errmsg [500+1] |
| int | command |
| char | table [200+1] |
| SQLPVALUE * | Col |
| int * | ColType |
| int * | ColWidth |
| int * | ColDecim |
| int | aCol |
| int | nCol |
| SQLPVALUE * | Val |
| int | aVal |
| int | nVal |
| SQLPNODE * | upperNodeptr |
| char * | orderCol |
| int | orderDir |
| SQLPVALUE* SQLPSTMT::Col |
Definition at line 93 of file sqlp.h.
Referenced by sqpColumn(), and sqpPrintStmt().
| int* SQLPSTMT::ColType |
Definition at line 94 of file sqlp.h.
Referenced by sqpPrintStmt().
| int* SQLPSTMT::ColWidth |
Definition at line 95 of file sqlp.h.
Referenced by sqpPrintStmt().
| int SQLPSTMT::command |
Definition at line 91 of file sqlp.h.
Referenced by sqpCommand(), and sqpPrintStmt().
| char* SQLPSTMT::cur |
Definition at line 89 of file sqlp.h.
Referenced by my_yyinput(), and sqpInitParser().
| char SQLPSTMT::errmsg[500+1] |
Definition at line 90 of file sqlp.h.
Referenced by sqpInitParser().
| int SQLPSTMT::nCol |
Definition at line 98 of file sqlp.h.
Referenced by sqpColumn(), and sqpInitParser().
| int SQLPSTMT::nVal |
Definition at line 101 of file sqlp.h.
Referenced by sqpInitParser().
| char* SQLPSTMT::orderCol |
Definition at line 103 of file sqlp.h.
Referenced by sqpInitParser(), and sqpOrderColumn().
| int SQLPSTMT::orderDir |
Definition at line 105 of file sqlp.h.
Referenced by sqpOrderColumn().
| char* SQLPSTMT::stmt |
Definition at line 88 of file sqlp.h.
Referenced by my_yyinput(), sqpInitParser(), and sqpPrintStmt().
| char SQLPSTMT::table[200+1] |
Definition at line 92 of file sqlp.h.
Referenced by sqpInitParser(), sqpPrintStmt(), and sqpTable().
| SQLPNODE* SQLPSTMT::upperNodeptr |
Definition at line 102 of file sqlp.h.
Referenced by sqpInitParser().
| SQLPVALUE* SQLPSTMT::Val |
Definition at line 99 of file sqlp.h.
Referenced by sqpPrintStmt().