drop_table.c 145 B

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