GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-5c00b4e944
|
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 | ||
) |
int sqpAllocVal | ( | SQLPSTMT * | st, |
int | n | ||
) |
Definition at line 58 of file db/sqlp/alloc.c.
int sqpFreeStmt | ( | SQLPSTMT * | st | ) |
Definition at line 76 of file db/sqlp/alloc.c.
References free(), sqpFreeNode(), and st.
SQLPSTMT* sqpInitStmt | ( | void | ) |
Definition at line 27 of file db/sqlp/alloc.c.
References st.