GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
close_cursor.c
Go to the documentation of this file.
1
#include <
grass/dbmi.h
>
2
#include <grass/dbstubs.h>
3
4
/*!
5
This function calls db_procedure_not_implemented().
6
*/
7
8
int
db__driver_close_cursor
(
dbCursor
* cursor)
9
{
10
db_procedure_not_implemented
(
"db_close_cursor"
);
11
return
DB_FAILED
;
12
}
_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
db__driver_close_cursor
int db__driver_close_cursor(dbCursor *cursor)
Definition:
close_cursor.c:8
lib
db
stubs
close_cursor.c
Generated on Tue Feb 14 2023 05:55:58 for GRASS GIS 8 Programmer's Manual by
1.8.13