list_tables.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int db__driver_list_tables(dbString ** names, int *count, int system)
00004 {
00005     db_procedure_not_implemented("db_list_tables");
00006     return DB_FAILED;
00007 }

Generated on Thu Jul 16 13:20:15 2009 for GRASS Programmer's Manual by  doxygen 1.5.6