open_update.c 245 B

1234567891011
  1. #include <grass/dbmi.h>
  2. #include <grass/dbstubs.h>
  3. int
  4. db__driver_open_update_cursor(dbString * name, dbString * select,
  5. dbCursor * cursor, int mode)
  6. {
  7. db_procedure_not_implemented("db_open_update_cursor");
  8. return DB_FAILED;
  9. }