GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/temporal.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
const char * | tgis_get_default_driver_name (void) |
Get default TGIS driver name. More... | |
char * | tgis_get_default_database_name (void) |
Get default TGIS database name for the sqlite connection. More... | |
int | tgis_set_default_connection (void) |
Sets up TGIS database connection settings using GRASS default. More... | |
char* tgis_get_default_database_name | ( | void | ) |
Get default TGIS database name for the sqlite connection.
The default name is $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
Definition at line 39 of file temporal/lib/default_name.c.
References G_snprintf(), G_store(), and TGISDB_DEFAULT_SQLITE_PATH.
const char* tgis_get_default_driver_name | ( | void | ) |
Get default TGIS driver name.
Definition at line 27 of file temporal/lib/default_name.c.
References TGISDB_DEFAULT_DRIVER.
int tgis_set_default_connection | ( | void | ) |
Sets up TGIS database connection settings using GRASS default.
Definition at line 54 of file temporal/lib/default_name.c.