GRASS Programmer's Manual
6.4.1(2011)
|
#include <grass/gis.h>
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
int | db_set_connection (dbConnection *connection) |
set default db connection settings | |
int | db_get_connection (dbConnection *connection) |
get default db connection settings |
int db_get_connection | ( | dbConnection * | connection | ) |
get default db connection settings
dbConnection |
Definition at line 49 of file connect.c.
Referenced by db_set_default_connection(), and db_start_driver().
int db_set_connection | ( | dbConnection * | connection | ) |
set default db connection settings
dbConnection |
Definition at line 10 of file connect.c.
Referenced by db_set_default_connection().