|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
DBMI Library (client) - list drivers. More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
| const char * | db_list_drivers (void) |
| Return comma separated list of existing DB drivers, used for driver parameter options. | |
DBMI Library (client) - list drivers.
(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_list_drivers.c.
Return comma separated list of existing DB drivers, used for driver parameter options.
Definition at line 23 of file c_list_drivers.c.
References db_append_string(), db_free_dbmscap(), db_get_string(), db_init_string(), db_read_dbmscap(), _dbmscap::driverName, _dbmscap::next, and NULL.