|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-a768b68929
|
DBMI Library (client) - list indexes. More...

Go to the source code of this file.
Functions | |
| int | db_list_indexes (dbDriver *driver, dbString *table_name, dbIndex **list, int *count) |
| List indexes. | |
DBMI Library (client) - list indexes.
SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_list_idx.c.
List indexes.
| driver | db driver | |
| table_name | table name | |
| [out] | list | list of db indexes |
| [out] | count | number of items in the list |
Definition at line 26 of file c_list_idx.c.
References count, db__set_protocol_fds(), DB_OK, DB_PROC_LIST_INDEXES, DB_RECV_INDEX_ARRAY, DB_RECV_RETURN_CODE, DB_SEND_STRING, and DB_START_PROCEDURE_CALL.