GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - external data representation (table) More...
Go to the source code of this file.
Functions | |
int | db__send_table_definition (dbTable *table) |
Send table definition. More... | |
int | db__recv_table_definition (dbTable **table) |
Receive table definition. More... | |
int | db__send_table_data (dbTable *table) |
Send table data. More... | |
int | db__recv_table_data (dbTable *table) |
Receive table data. More... | |
DBMI Library (base) - external data representation (table)
(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 xdrtable.c.
int db__recv_table_data | ( | dbTable * | table | ) |
int db__recv_table_definition | ( | dbTable ** | table | ) |
int db__send_table_data | ( | dbTable * | table | ) |
int db__send_table_definition | ( | dbTable * | table | ) |
Send table definition.
table | pointer to dbTable |
Definition at line 26 of file xdrtable.c.