#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
int | db_table_exists (char *drvname, char *dbname, char *tabname) |
int db_table_exists | ( | char * | drvname, | |
char * | dbname, | |||
char * | tabname | |||
) |
Definition at line 13 of file dbmi_client/table.c.
References db_close_database_shutdown_driver(), db_free_string_array(), db_get_string(), db_list_tables(), and db_start_driver_open_database().