CUBRID Engine
latest
|
#include <cas.h>
Public Attributes | |
int | err_indicator |
int | err_number |
char | err_string [ERR_MSG_LENGTH] |
char | err_file [ERR_FILE_LENGTH] |
int | err_line |
char t_error_info::err_file[ERR_FILE_LENGTH] |
Definition at line 87 of file cas.h.
Referenced by err_msg_set(), error_info_clear(), and error_info_set_with_msg().
int t_error_info::err_indicator |
Definition at line 84 of file cas.h.
Referenced by cas_main(), err_msg_set(), error_info_clear(), error_info_set_with_msg(), is_error_info_set(), process_request(), and update_error_query_count().
int t_error_info::err_line |
Definition at line 88 of file cas.h.
Referenced by err_msg_set(), error_info_clear(), and error_info_set_with_msg().
int t_error_info::err_number |
Definition at line 85 of file cas.h.
Referenced by cas_main(), err_msg_set(), error_info_clear(), error_info_set_with_msg(), fn_end_tran(), fn_execute_array(), fn_execute_internal(), fn_lob_new(), fn_lob_read(), fn_lob_write(), fn_prepare_internal(), process_request(), and update_error_query_count().
char t_error_info::err_string[ERR_MSG_LENGTH] |
Definition at line 86 of file cas.h.
Referenced by err_msg_set(), error_info_clear(), error_info_set_with_msg(), and process_request().