GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
db.c File Reference

DBMI Library (client) - open/close driver/database connection. More...

#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "macros.h"
Include dependency graph for db.c:

Go to the source code of this file.

Functions

dbDriverdb_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.
 

Detailed Description

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.

Author
Joel Jones (CERL/UIUC), Radim Blazek

Definition in file db.c.

Function Documentation

◆ db_close_database_shutdown_driver()

◆ db_start_driver_open_database()

dbDriver * db_start_driver_open_database ( const char drvname,
const char dbname 
)