|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
DBMI Library (base) - return codes (internal use only) More...

Go to the source code of this file.
Functions | |
| int | db__send_success (void) |
| Send success code. | |
| int | db__send_failure (void) |
| Send failure code. | |
| int | db__recv_return_code (int *ret_code) |
| Receive return code. | |
DBMI Library (base) - return codes (internal use only)
(C) 1999-2009, 2011 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 ret_codes.c.
Receive return code.
| [out] | ret_code | return code |
Definition at line 51 of file ret_codes.c.
References db_error(), DB_FAILED, db_free_string(), db_get_string(), db_init_string(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), DB_RECV_INT, and DB_RECV_STRING.
Referenced by db_start_driver().
Send failure code.
Definition at line 37 of file ret_codes.c.
References DB_FAILED, db_get_error_msg(), DB_OK, DB_SEND_C_STRING, and DB_SEND_INT.
Referenced by db_driver().
Send success code.
Definition at line 26 of file ret_codes.c.
References DB_OK, and DB_SEND_INT.
Referenced by db_driver().