GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-5c00b4e944
list_index.c
Go to the documentation of this file.
1
#include <
grass/dbmi.h
>
2
#include <grass/dbstubs.h>
3
4
int
5
db__driver_list_indexes
(
dbString
* tableName,
dbIndex
** indexes,
int
*
count
)
6
{
7
db_procedure_not_implemented
(
"db_list_indexes"
);
8
return
DB_FAILED
;
9
}
dbmi.h
DB_FAILED
#define DB_FAILED
Definition:
dbmi.h:72
db_procedure_not_implemented
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
Definition:
db/dbmi_base/error.c:145
count
int count
db__driver_list_indexes
int db__driver_list_indexes(dbString *tableName, dbIndex **indexes, int *count)
Definition:
list_index.c:5
_db_index
Definition:
dbmi.h:241
_db_string
Definition:
dbmi.h:148
lib
db
stubs
list_index.c
Generated on Mon May 29 2023 05:57:11 for GRASS GIS 8 Programmer's Manual by
1.9.1