GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <sqlp.h>
Data Fields | |
char * | stmt |
char * | cur |
char | errmsg [SQLP_MAX_ERR+1] |
int | command |
char | table [SQLP_MAX_TABLE+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 sqpInitParser().
char SQLPSTMT::errmsg[SQLP_MAX_ERR+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 sqpInitParser(), and sqpPrintStmt().
char SQLPSTMT::table[SQLP_MAX_TABLE+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().