|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
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. | |
| int | db__send_index_array (dbIndex *list, int count) |
| Send index array. | |
| int | db__recv_index (dbIndex *index) |
| Receive index. | |
| int | db__recv_index_array (dbIndex **list, int *count) |
| Receive index array. | |
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.
Receive index.
| index |
Definition at line 68 of file xdrindex.c.
References _db_index::columnNames, db_alloc_index_columns(), db_get_error_code(), db_init_index(), DB_OK, DB_RECV_CHAR, DB_RECV_INT, DB_RECV_STRING, _db_index::indexName, _db_index::tableName, and _db_index::unique.
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.
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.
Send index array.
| list | |
| count |
Definition at line 50 of file xdrindex.c.
References count, DB_OK, DB_SEND_INDEX, and DB_SEND_INT.