drop_table.c 172 B

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