|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
DBMI Library (base) - external data representation (handle) More...

Go to the source code of this file.
Functions | |
| int | db__send_handle (dbHandle *handle) |
| Send handle. | |
| int | db__recv_handle (dbHandle *handle) |
| Receive handle. | |
DBMI Library (base) - external data representation (handle)
SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file xdrhandle.c.
Receive handle.
| handle |
Definition at line 38 of file xdrhandle.c.
References DB_OK, DB_RECV_STRING, _db_handle::dbName, and _db_handle::dbSchema.
Send handle.
| handle |
Definition at line 23 of file xdrhandle.c.
References DB_OK, DB_SEND_STRING, _db_handle::dbName, and _db_handle::dbSchema.