fetch.c 189 B

123456789
  1. #include <grass/dbmi.h>
  2. #include <grass/dbstubs.h>
  3. int db__driver_fetch(dbCursor * cursor, int position, int *more)
  4. {
  5. db_procedure_not_implemented("db_fetch");
  6. return DB_FAILED;
  7. }