DBMI Library (client) - open/close driver/database connection. More...
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
dbDriver * | db_start_driver_open_database (const char *drvname, const char *dbname) |
Open driver/database connection. | |
int | db_close_database_shutdown_driver (dbDriver *driver) |
Close driver/database connection. |
DBMI Library (client) - open/close driver/database connection.
(C) 1999-2009 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file db.c.
int db_close_database_shutdown_driver | ( | dbDriver * | driver | ) |
Close driver/database connection.
driver | db driver |
Definition at line 62 of file db.c.
References db_close_database(), and db_shutdown_driver().
Referenced by db__copy_table(), db_get_table_number_of_rows(), and db_table_exists().
dbDriver* db_start_driver_open_database | ( | const char * | drvname, | |
const char * | dbname | |||
) |
Open driver/database connection.
drvname | driver name | |
dbname | database name |
Definition at line 28 of file db.c.
References db_init_handle(), db_open_database(), db_set_handle(), db_shutdown_driver(), and db_start_driver().
Referenced by db_table_exists().