CUBRID Engine
latest
|
#include <execute_schema.h>
Public Attributes | |
PT_NODE * | spec |
DB_VALUE * | oid |
PT_NODE * | check_where |
SM_CLASS * | smclass |
DB_OBJECT * | class_mop |
int | pruning_type |
CLIENT_UPDATE_INFO * | first_assign |
Definition at line 55 of file execute_schema.h.
PT_NODE* client_update_class_info::check_where |
Definition at line 59 of file execute_schema.h.
Referenced by update_object_tuple().
DB_OBJECT* client_update_class_info::class_mop |
Definition at line 61 of file execute_schema.h.
Referenced by update_object_tuple().
CLIENT_UPDATE_INFO* client_update_class_info::first_assign |
Definition at line 63 of file execute_schema.h.
Referenced by init_update_data(), and update_object_tuple().
DB_VALUE* client_update_class_info::oid |
Definition at line 58 of file execute_schema.h.
Referenced by init_update_data(), and update_object_tuple().
int client_update_class_info::pruning_type |
Definition at line 62 of file execute_schema.h.
Referenced by do_set_pruning_type(), and update_object_tuple().
SM_CLASS* client_update_class_info::smclass |
Definition at line 60 of file execute_schema.h.
Referenced by update_object_tuple().
PT_NODE* client_update_class_info::spec |
Definition at line 57 of file execute_schema.h.
Referenced by init_update_data(), update_object_tuple(), and update_objs_for_list_file().