GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 |
int SQLPSTMT::aCol |
Definition at line 100 of file sqlp.h.
Referenced by sqpAllocCol(), and sqpFreeStmt().
int SQLPSTMT::aVal |
Definition at line 103 of file sqlp.h.
Referenced by sqpAllocVal(), and sqpFreeStmt().
SQLPVALUE* SQLPSTMT::Col |
Definition at line 96 of file sqlp.h.
Referenced by sqpAllocCol(), sqpColumn(), sqpFreeStmt(), and sqpPrintStmt().
int* SQLPSTMT::ColDecim |
Definition at line 99 of file sqlp.h.
Referenced by sqpAllocCol(), and sqpFreeStmt().
int* SQLPSTMT::ColType |
Definition at line 97 of file sqlp.h.
Referenced by sqpAllocCol(), sqpFreeStmt(), and sqpPrintStmt().
int* SQLPSTMT::ColWidth |
Definition at line 98 of file sqlp.h.
Referenced by sqpAllocCol(), sqpFreeStmt(), and sqpPrintStmt().
int SQLPSTMT::command |
Definition at line 94 of file sqlp.h.
Referenced by sqpCommand(), and sqpPrintStmt().
char* SQLPSTMT::cur |
Definition at line 92 of file sqlp.h.
Referenced by sqpInitParser().
char SQLPSTMT::errmsg[SQLP_MAX_ERR+1] |
Definition at line 93 of file sqlp.h.
Referenced by sqpInitParser().
int SQLPSTMT::nCol |
Definition at line 101 of file sqlp.h.
Referenced by sqpAllocCol(), sqpColumn(), sqpFreeStmt(), sqpInitParser(), and sqpPrintStmt().
int SQLPSTMT::nVal |
Definition at line 104 of file sqlp.h.
Referenced by sqpAllocVal(), sqpFreeStmt(), sqpInitParser(), and sqpPrintStmt().
char* SQLPSTMT::orderCol |
Definition at line 106 of file sqlp.h.
Referenced by sqpFreeStmt(), sqpInitParser(), and sqpOrderColumn().
int SQLPSTMT::orderDir |
Definition at line 107 of file sqlp.h.
Referenced by sqpOrderColumn().
char* SQLPSTMT::stmt |
Definition at line 91 of file sqlp.h.
Referenced by sqpInitParser(), and sqpPrintStmt().
char SQLPSTMT::table[SQLP_MAX_TABLE+1] |
Definition at line 95 of file sqlp.h.
Referenced by sqpInitParser(), sqpPrintStmt(), and sqpTable().
SQLPNODE* SQLPSTMT::upperNodeptr |
Definition at line 105 of file sqlp.h.
Referenced by sqpFreeStmt(), and sqpInitParser().
SQLPVALUE* SQLPSTMT::Val |
Definition at line 102 of file sqlp.h.
Referenced by sqpAllocVal(), sqpFreeStmt(), and sqpPrintStmt().