CUBRID Engine
latest
|
#include <work_space.h>
Public Attributes | |
struct ws_repl_flush_err * | error_link |
OID | class_oid |
int | operation |
int | error_code |
char * | error_msg |
DB_VALUE | pkey_value |
Definition at line 69 of file work_space.h.
OID ws_repl_flush_err::class_oid |
Definition at line 72 of file work_space.h.
Referenced by la_flush_repl_items(), and ws_set_repl_error_into_error_link().
int ws_repl_flush_err::error_code |
Definition at line 74 of file work_space.h.
Referenced by la_flush_repl_items(), and ws_set_repl_error_into_error_link().
struct ws_repl_flush_err* ws_repl_flush_err::error_link |
Definition at line 71 of file work_space.h.
Referenced by ws_clear_all_repl_errors_of_error_link(), ws_get_repl_error_from_error_link(), and ws_set_repl_error_into_error_link().
char* ws_repl_flush_err::error_msg |
Definition at line 75 of file work_space.h.
Referenced by la_flush_repl_items(), ws_free_repl_flush_error(), and ws_set_repl_error_into_error_link().
int ws_repl_flush_err::operation |
Definition at line 73 of file work_space.h.
Referenced by la_flush_repl_items(), and ws_set_repl_error_into_error_link().
DB_VALUE ws_repl_flush_err::pkey_value |
Definition at line 76 of file work_space.h.
Referenced by la_flush_repl_items(), ws_free_repl_flush_error(), and ws_set_repl_error_into_error_link().