GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
rows.c
Go to the documentation of this file.
1
#include <
grass/dbmi.h
>
2
#include <grass/dbstubs.h>
3
4
int
db__driver_get_num_rows
(
dbCursor
* cursor)
5
{
6
db_procedure_not_implemented
(
"db_get_num_rows"
);
7
return
-1;
8
}
db__driver_get_num_rows
int db__driver_get_num_rows(dbCursor *cursor)
Definition:
rows.c:4
_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
lib
db
stubs
rows.c
Generated on Mon May 31 2021 05:21:31 for GRASS GIS 7 Programmer's Manual by
1.8.13