GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
add_col.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 int db__driver_add_column(dbString * tableName, dbColumn * column)
8 {
9  db_procedure_not_implemented("db_add_column");
10  return DB_FAILED;
11 }
int db__driver_add_column(dbString *tableName, dbColumn *column)
Definition: add_col.c:7
void db_procedure_not_implemented(const char *)
Report &#39;not implemented&#39; error.
#define DB_FAILED
Definition: dbmi.h:72