GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
DBMI Library (base) - external data representation (index) More...
Go to the source code of this file.
Functions | |
int | db__send_index (dbIndex *index) |
Send index. More... | |
int | db__send_index_array (dbIndex *list, int count) |
Send index array. More... | |
int | db__recv_index (dbIndex *index) |
Receive index. More... | |
int | db__recv_index_array (dbIndex **list, int *count) |
Receive index array. More... | |
DBMI Library (base) - external data representation (index)
(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 xdrindex.c.
int db__recv_index | ( | dbIndex * | index | ) |
int db__recv_index_array | ( | dbIndex ** | list, |
int * | count | ||
) |
Receive index array.
list | |
count |
Definition at line 95 of file xdrindex.c.
References count, db_alloc_index_array(), db_get_error_code(), DB_OK, DB_RECV_INDEX, DB_RECV_INT, and NULL.
int db__send_index | ( | dbIndex * | index | ) |
Send index.
index |
Definition at line 25 of file xdrindex.c.
References _db_index::columnNames, DB_OK, DB_SEND_CHAR, DB_SEND_INT, DB_SEND_STRING, _db_index::indexName, _db_index::numColumns, _db_index::tableName, and _db_index::unique.
int db__send_index_array | ( | dbIndex * | list, |
int | count | ||
) |
Send index array.
list | |
count |
Definition at line 50 of file xdrindex.c.
References count, DB_OK, DB_SEND_INDEX, and DB_SEND_INT.