CUBRID Engine
latest
|
#include <work_space.h>
Public Attributes | |
struct ws_repl_obj * | next |
OID | class_oid |
char * | packed_pkey_value |
int | packed_pkey_value_length |
bool | has_index |
int | operation |
RECDES * | recdes |
Definition at line 80 of file work_space.h.
OID ws_repl_obj::class_oid |
Definition at line 83 of file work_space.h.
Referenced by locator_repl_mflush(), and ws_add_to_repl_obj_list().
bool ws_repl_obj::has_index |
Definition at line 86 of file work_space.h.
Referenced by locator_repl_mflush(), and ws_add_to_repl_obj_list().
struct ws_repl_obj* ws_repl_obj::next |
Definition at line 82 of file work_space.h.
Referenced by ws_add_to_repl_obj_list(), ws_clear_all_repl_objs(), and ws_get_repl_obj_from_list().
int ws_repl_obj::operation |
Definition at line 87 of file work_space.h.
Referenced by locator_repl_mflush(), and ws_add_to_repl_obj_list().
char* ws_repl_obj::packed_pkey_value |
Definition at line 84 of file work_space.h.
Referenced by locator_repl_mflush(), ws_add_to_repl_obj_list(), and ws_free_repl_obj().
int ws_repl_obj::packed_pkey_value_length |
Definition at line 85 of file work_space.h.
Referenced by locator_repl_mflush(), and ws_add_to_repl_obj_list().
RECDES* ws_repl_obj::recdes |
Definition at line 88 of file work_space.h.
Referenced by locator_repl_mflush(), and ws_add_to_repl_obj_list().