drop_index.c 145 B

12345678
  1. #include <grass/dbmi.h>
  2. int db__driver_drop_index(dbString * name)
  3. {
  4. db_procedure_not_implemented("db_drop_index");
  5. return DB_FAILED;
  6. }