GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
open_select.c
Go to the documentation of this file.
1 #include <grass/dbmi.h>
2 #include <grass/dbstubs.h>
3 
4 int
5 db__driver_open_select_cursor(dbString * select, dbCursor * cursor, int mode)
6 {
7  db_procedure_not_implemented("db_open_select_cursor");
8  return DB_FAILED;
9 }
int db__driver_open_select_cursor(dbString *select, dbCursor *cursor, int mode)
Definition: open_select.c:5
void db_procedure_not_implemented(const char *)
Report &#39;not implemented&#39; error.
#define DB_FAILED
Definition: dbmi.h:72