GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
xdrhandle.c File Reference

DBMI Library (base) - external data representation (handle) More...

#include <grass/dbmi.h>
#include "macros.h"
Include dependency graph for xdrhandle.c:

Go to the source code of this file.

Functions

int db__send_handle (dbHandle *handle)
 Send handle. More...
 
int db__recv_handle (dbHandle *handle)
 Receive handle. More...
 

Detailed Description

DBMI Library (base) - external data representation (handle)

(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.

Author
Joel Jones (CERL/UIUC), Radim Blazek, Brad Douglas, Markus Neteler
Doxygenized by Martin Landa <landa.martin gmail.com> (2011)

Definition in file xdrhandle.c.

Function Documentation

◆ db__recv_handle()

int db__recv_handle ( dbHandle handle)

Receive handle.

Parameters
handle
Returns

Definition at line 40 of file xdrhandle.c.

References DB_OK, DB_RECV_STRING, _db_handle::dbName, and _db_handle::dbSchema.

◆ db__send_handle()

int db__send_handle ( dbHandle handle)

Send handle.

Parameters
handle
Returns

Definition at line 25 of file xdrhandle.c.

References DB_OK, DB_SEND_STRING, _db_handle::dbName, and _db_handle::dbSchema.