GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-bea8435a9e
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
UNUSED
)
5
{
6
db_procedure_not_implemented
(
"db_get_num_rows"
);
7
return
-1;
8
}
dbmi.h
db_procedure_not_implemented
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
Definition:
db/dbmi_base/error.c:144
UNUSED
#define UNUSED
A macro for an attribute, if attached to a variable, indicating that the variable is not used.
Definition:
gis.h:47
db__driver_get_num_rows
int db__driver_get_num_rows(dbCursor *cursor UNUSED)
Definition:
rows.c:4
_db_cursor
Definition:
dbmi.h:221
lib
db
stubs
rows.c
Generated on Sun Nov 24 2024 07:03:41 for GRASS GIS 8 Programmer's Manual by
1.9.1