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
}
count
int count
dbmi.h
db_procedure_not_implemented
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
Definition:
db/dbmi_base/error.c:145
db__driver_list_indexes
int db__driver_list_indexes(dbString *tableName, dbIndex **indexes, int *count)
Definition:
list_index.c:5
DB_FAILED
#define DB_FAILED
Definition:
dbmi.h:72
_db_string
Definition:
dbmi.h:147
_db_index
Definition:
dbmi.h:240
lib
db
stubs
list_index.c
Generated on Mon May 31 2021 05:21:30 for GRASS GIS 7 Programmer's Manual by
1.8.13