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

Public Attributes | |
| MOP | classop |
| SM_CLASS * | class_ |
| int | updated_flag |
| int | count |
| SM_ATTRIBUTE ** | atts |
| DB_VALUE * | values |
Definition at line 54 of file load_object.h.
| SM_ATTRIBUTE** desc_obj::atts |
Definition at line 60 of file load_object.h.
Referenced by desc_free(), make_desc_obj(), object_disk_size(), put_attributes(), and put_varinfo().
| SM_CLASS* desc_obj::class_ |
Definition at line 57 of file load_object.h.
Referenced by desc_obj_to_disk(), disk_update_instance(), get_desc_current(), make_desc_obj(), object_disk_size(), process_object(), put_attributes(), and put_varinfo().
| MOP desc_obj::classop |
Definition at line 56 of file load_object.h.
Referenced by desc_disk_to_obj(), desc_obj_to_disk(), make_desc_obj(), and process_object().
| int desc_obj::count |
Definition at line 59 of file load_object.h.
Referenced by desc_disk_to_obj(), desc_free(), make_desc_obj(), object_disk_size(), put_attributes(), and put_varinfo().
| int desc_obj::updated_flag |
Definition at line 58 of file load_object.h.
Referenced by get_desc_old(), make_desc_obj(), and process_object().
| DB_VALUE* desc_obj::values |
Definition at line 61 of file load_object.h.
Referenced by desc_disk_to_obj(), desc_free(), get_desc_current(), get_desc_old(), make_desc_obj(), object_disk_size(), process_object(), put_attributes(), and put_varinfo().