|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|

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 57 of file db/sqlp/alloc.c.
| int sqpFreeStmt | ( | SQLPSTMT * | st | ) |
Definition at line 75 of file db/sqlp/alloc.c.
References free(), sqpFreeNode(), and st.
| SQLPSTMT* sqpInitStmt | ( | void | ) |
Definition at line 26 of file db/sqlp/alloc.c.
References st.