GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (client) - list databases. More...
Go to the source code of this file.
Functions | |
int | db_list_databases (dbDriver *driver, dbString *path, int npaths, dbHandle **handles, int *count) |
List databases. More... | |
DBMI Library (client) - list databases.
(C) 1999-2008 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 c_listdb.c.
int db_list_databases | ( | dbDriver * | driver, |
dbString * | path, | ||
int | npaths, | ||
dbHandle ** | handles, | ||
int * | count | ||
) |
List databases.
driver | db driver | |
path | db path | |
npaths | number of given paths | |
[out] | handles | handle infos |
[out] | count | number of handle infos |
Definition at line 30 of file c_listdb.c.