CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_representation * | next |
SM_REPR_ATTRIBUTE * | attributes |
int | id |
int | fixed_count |
int | variable_count |
Definition at line 665 of file class_object.h.
SM_REPR_ATTRIBUTE* sm_representation::attributes |
Definition at line 669 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_free_representation(), classobj_make_representation(), classobj_representation_size(), clear_new_unbound(), disk_to_representation(), get_desc_old(), get_old(), representation_size(), and representation_to_disk().
int sm_representation::fixed_count |
Definition at line 671 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_make_representation(), disk_to_representation(), get_desc_old(), get_old(), and representation_to_disk().
int sm_representation::id |
Definition at line 670 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_find_representation(), classobj_make_representation(), disk_to_representation(), and representation_to_disk().
struct sm_representation* sm_representation::next |
Definition at line 667 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_find_representation(), classobj_install_template(), and classobj_make_representation().
int sm_representation::variable_count |
Definition at line 672 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_make_representation(), disk_to_representation(), get_desc_old(), get_old(), and representation_to_disk().