GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-835afb4352
open_update.c
Go to the documentation of this file.
1 #include <grass/dbmi.h>
2 #include <grass/dbstubs.h>
3 
5  dbString *select UNUSED,
6  dbCursor *cursor UNUSED, int mode UNUSED)
7 {
8  db_procedure_not_implemented("db_open_update_cursor");
9  return DB_FAILED;
10 }
#define DB_FAILED
Definition: dbmi.h:72
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
#define UNUSED
A macro for an attribute, if attached to a variable, indicating that the variable is not used.
Definition: gis.h:47
const char * name
Definition: named_colr.c:6
int db__driver_open_update_cursor(dbString *name UNUSED, dbString *select UNUSED, dbCursor *cursor UNUSED, int mode UNUSED)
Definition: open_update.c:4