GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
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, |
... | |||
) |
Append error message for DB driver.
fmt | formatted message |
Definition at line 66 of file d_error.c.
References _, count, db_append_string(), G_calloc, G_fatal_error(), G_free(), NULL, and st.
void db_d_init_error | ( | const char * | name | ) |
void db_d_report_error | ( | void | ) |
Report error message for DB driver.
Definition at line 94 of file d_error.c.
References db_append_string(), db_error(), db_get_string(), init(), and st.