GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 }
int count
void db_procedure_not_implemented(const char *)
Report &#39;not implemented&#39; error.
int db__driver_list_indexes(dbString *tableName, dbIndex **indexes, int *count)
Definition: list_index.c:5
#define DB_FAILED
Definition: dbmi.h:72