| GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    | 
DBMI Library (driver) - error reporting. More...

Go to the source code of this file.
| Functions | |
| void | db_d_init_error (const char *name) | 
| Init error message for DB driver.  More... | |
| void | db_d_append_error (const char *fmt,...) | 
| Append error message for DB driver.  More... | |
| void | db_d_report_error (void) | 
| Report error message for DB driver.  More... | |
DBMI Library (driver) - error reporting.
Taken from DB drivers.
(C) 1999-2008, 2012 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 d_error.c.
| void db_d_append_error | ( | const char * | fmt, | 
| ... | |||
| ) | 
| void db_d_init_error | ( | const char * | name | ) | 
| void db_d_report_error | ( | void | ) | 
Report error message for DB driver.
Definition at line 90 of file d_error.c.
References db_append_string(), db_error(), db_get_string(), and init().