drop_col.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int
00004 db__driver_drop_column (dbString *tableName, dbString *columnName)
00005 {
00006     db_procedure_not_implemented("db_drop_column");
00007     return DB_FAILED;
00008 }

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