GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-5c00b4e944
listdb.c
Go to the documentation of this file.
1
#include <
grass/dbmi.h
>
2
#include <grass/dbstubs.h>
3
4
int
5
db__driver_list_databases
(
dbString
*
path
,
int
npaths,
dbHandle
** handles,
6
int
*num)
7
{
8
db_procedure_not_implemented
(
"db_list_databases"
);
9
return
DB_FAILED
;
10
}
dbmi.h
DB_FAILED
#define DB_FAILED
Definition:
dbmi.h:72
db_procedure_not_implemented
void db_procedure_not_implemented(const char *)
Report 'not implemented' error.
Definition:
db/dbmi_base/error.c:145
db__driver_list_databases
int db__driver_list_databases(dbString *path, int npaths, dbHandle **handles, int *num)
Definition:
listdb.c:5
_db_handle
Definition:
dbmi.h:176
_db_string
Definition:
dbmi.h:148
path
Definition:
path.h:16
lib
db
stubs
listdb.c
Generated on Mon May 29 2023 05:57:11 for GRASS GIS 8 Programmer's Manual by
1.9.1