GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
open_update.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_update_cursor
(
dbString
*
name
,
dbString
* select,
6
dbCursor
* cursor,
int
mode)
7
{
8
db_procedure_not_implemented
(
"db_open_update_cursor"
);
9
return
DB_FAILED
;
10
}
db__driver_open_update_cursor
int db__driver_open_update_cursor(dbString *name, dbString *select, dbCursor *cursor, int mode)
Definition:
open_update.c:5
_db_cursor
Definition:
dbmi.h:230
dbmi.h
db_procedure_not_implemented
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
Definition:
db/dbmi_base/error.c:145
DB_FAILED
#define DB_FAILED
Definition:
dbmi.h:72
name
const char * name
Definition:
named_colr.c:7
_db_string
Definition:
dbmi.h:147
lib
db
stubs
open_update.c
Generated on Mon May 31 2021 05:21:31 for GRASS GIS 7 Programmer's Manual by
1.8.13