|
CUBRID Engine
latest
|
#include <class_object.h>

Public Attributes | |
| WS_OBJECT_HEADER | ch_obj_header |
| SM_METATYPE | ch_type |
| const char * | ch_name |
| OID | ch_rep_dir |
| HFID | ch_heap |
Definition at line 345 of file class_object.h.
| HFID sm_class_header::ch_heap |
Definition at line 353 of file class_object.h.
Referenced by classobj_make_class(), disk_to_class(), sm_ch_heap(), sm_create_root(), and sm_init().
| const char* sm_class_header::ch_name |
Definition at line 350 of file class_object.h.
Referenced by classobj_free_class(), classobj_make_class(), do_drop_partition_list(), pt_append_omitted_on_update_expr_assignments(), sm_ch_name(), and sm_create_root().
| WS_OBJECT_HEADER sm_class_header::ch_obj_header |
Definition at line 347 of file class_object.h.
Referenced by classobj_make_class(), sm_create_root(), and tf_class_to_disk().
| OID sm_class_header::ch_rep_dir |
Definition at line 352 of file class_object.h.
Referenced by classobj_make_class(), disk_to_class(), sm_ch_rep_dir(), sm_check_catalog_rep_dir(), sm_create_root(), and sm_init().
| SM_METATYPE sm_class_header::ch_type |
Definition at line 349 of file class_object.h.
Referenced by classobj_make_class(), sm_ch_name(), sm_create_root(), and tf_class_to_disk().