GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
SQLPSTMT * | sqpInitStmt (void) |
int | sqpAllocCol (SQLPSTMT *st, int n) |
int | sqpAllocVal (SQLPSTMT *st, int n) |
int | sqpFreeStmt (SQLPSTMT *st) |
int sqpAllocCol | ( | SQLPSTMT * | st, |
int | n | ||
) |
Definition at line 37 of file db/sqlp/alloc.c.
References SQLPSTMT::aCol, SQLPSTMT::Col, SQLPSTMT::ColDecim, SQLPSTMT::ColType, SQLPSTMT::ColWidth, SQLPSTMT::nCol, NULL, and SQLPVALUE::s.
Referenced by sqpColumn().
int sqpAllocVal | ( | SQLPSTMT * | st, |
int | n | ||
) |
Definition at line 58 of file db/sqlp/alloc.c.
References SQLPSTMT::aVal, NULL, SQLPSTMT::nVal, SQLPVALUE::s, and SQLPSTMT::Val.
int sqpFreeStmt | ( | SQLPSTMT * | st | ) |
Definition at line 76 of file db/sqlp/alloc.c.
References SQLPSTMT::aCol, SQLPSTMT::aVal, SQLPSTMT::Col, SQLPSTMT::ColDecim, SQLPSTMT::ColType, SQLPSTMT::ColWidth, free(), SQLPSTMT::nCol, SQLPSTMT::nVal, SQLPSTMT::orderCol, SQLPVALUE::s, sqpFreeNode(), SQLPSTMT::upperNodeptr, and SQLPSTMT::Val.
SQLPSTMT* sqpInitStmt | ( | void | ) |
Definition at line 27 of file db/sqlp/alloc.c.
References st.