add_col.c

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

Generated on Sun Apr 6 17:31:38 2008 for GRASS by  doxygen 1.5.5