GRASS Programmer's Manual  6.4.2(2012)
list_index.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int
00004 db__driver_list_indexes(dbString * tableName, dbIndex ** indexes, int *count)
00005 {
00006     db_procedure_not_implemented("db_list_indexes");
00007     return DB_FAILED;
00008 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines