GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - external data representation (procedure) More...
Go to the source code of this file.
Functions | |
int | db__start_procedure_call (int procnum) |
? (client only) More... | |
int | db__recv_procnum (int *n) |
? (driver only) More... | |
int | db__send_procedure_ok (int n) |
? More... | |
int | db__send_procedure_not_implemented (int n) |
? More... | |
DBMI Library (base) - external data representation (procedure)
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file xdrprocedure.c.
int db__recv_procnum | ( | int * | n | ) |
? (driver only)
n |
Definition at line 52 of file xdrprocedure.c.
References db__recv(), DB_EOF, and DB_OK.
int db__send_procedure_not_implemented | ( | int | n | ) |
int db__send_procedure_ok | ( | int | n | ) |
int db__start_procedure_call | ( | int | procnum | ) |
? (client only)
procnum |
Definition at line 25 of file xdrprocedure.c.
References db_noproc_error(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), DB_RECV_INT, and DB_SEND_INT.