#include <stdlib.h>#include <string.h>#include "gis.h"#include "dbmi.h"Include dependency graph for dbmi_client/table.c:

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().
1.4.7