CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
STMT_ERROR_INFO * | next |
int | err_code |
int | line |
int | column |
char * | err_msg |
int ci_stmt_error_info_s::column |
Definition at line 99 of file db_stub.h.
Referenced by ci_stmt_get_first_error_impl(), ci_stmt_get_next_error_impl(), stmt_make_error_info(), and stmt_reset_session_and_parse().
int ci_stmt_error_info_s::err_code |
Definition at line 97 of file db_stub.h.
Referenced by ci_stmt_get_first_error_impl(), ci_stmt_get_next_error_impl(), stmt_make_error_info(), and stmt_reset_session_and_parse().
char* ci_stmt_error_info_s::err_msg |
Definition at line 100 of file db_stub.h.
Referenced by ci_stmt_get_first_error_impl(), ci_stmt_get_next_error_impl(), stmt_make_error_info(), stmt_remove_error_info(), and stmt_reset_session_and_parse().
int ci_stmt_error_info_s::line |
Definition at line 98 of file db_stub.h.
Referenced by ci_stmt_get_first_error_impl(), ci_stmt_get_next_error_impl(), stmt_make_error_info(), and stmt_reset_session_and_parse().
STMT_ERROR_INFO* ci_stmt_error_info_s::next |
Definition at line 96 of file db_stub.h.
Referenced by ci_stmt_get_next_error_impl(), stmt_make_error_info(), stmt_remove_error_info(), and stmt_reset_session_and_parse().