GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | db__send_success () |
int | db__send_failure () |
int | db__recv_return_code (int *ret_code) |
Definition at line 18 of file ret_codes.c.
References db_error(), db_free_string(), db_get_string(), db_init_string(), db_protocol_error(), DB_RECV_INT, and DB_RECV_STRING.
Referenced by db_start_driver().
int db__send_failure | ( | ) |
Definition at line 11 of file ret_codes.c.
References db_get_error_msg(), DB_SEND_C_STRING, and DB_SEND_INT.
Referenced by db_driver().
int db__send_success | ( | ) |