|
GRASS Programmer's Manual
6.4.1(2011)
|
#include <stdlib.h>#include <stdio.h>#include <grass/sqlp.h>
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 sqlp/alloc.c.
Referenced by sqpAssignment(), sqpColumn(), sqpColumnDef(), and sqpValue().
| int sqpAllocVal | ( | SQLPSTMT * | st, |
| int | n | ||
| ) |
Definition at line 58 of file sqlp/alloc.c.
Referenced by sqpAssignment(), and sqpValue().
| int sqpFreeStmt | ( | SQLPSTMT * | st | ) |
| SQLPSTMT* sqpInitStmt | ( | void | ) |
Definition at line 27 of file sqlp/alloc.c.
Referenced by main().