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

DBMI Library (client) - list drivers. More...

#include <grass/dbmi.h>
Include dependency graph for c_list_drivers.c:

Go to the source code of this file.

Functions

const chardb_list_drivers (void)
 Return comma separated list of existing DB drivers, used for driver parameter options.
 

Detailed Description

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.

Author
Joel Jones (CERL/UIUC), Radim Blazek

Definition in file c_list_drivers.c.

Function Documentation

◆ db_list_drivers()

const char * db_list_drivers ( void  )

Return comma separated list of existing DB drivers, used for driver parameter options.

Returns
list of db drivers

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.