add_col.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00009 int db__driver_add_column(dbString * tableName, dbColumn * column)
00010 {
00011     db_procedure_not_implemented("db_add_column");
00012     return DB_FAILED;
00013 }