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