fetch.c 162 B

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