GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
list_index.c
Go to the documentation of this file.
1 #include <grass/dbmi.h>
2 
3 int
4 db__driver_list_indexes(dbString * tableName, dbIndex ** indexes, int *count)
5 {
6  db_procedure_not_implemented("db_list_indexes");
7  return DB_FAILED;
8 }
int count
int db__driver_list_indexes(dbString *tableName, dbIndex **indexes, int *count)
Definition: list_index.c:4
void db_procedure_not_implemented(const char *name)