CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_repr_attribute * | next |
int | attid |
DB_TYPE | typeid_ |
TP_DOMAIN * | domain |
Definition at line 646 of file class_object.h.
int sm_repr_attribute::attid |
Definition at line 650 of file class_object.h.
Referenced by classobj_make_repattribute(), clear_new_unbound(), get_desc_old(), get_old(), and repattribute_to_disk().
TP_DOMAIN* sm_repr_attribute::domain |
Definition at line 652 of file class_object.h.
Referenced by classobj_make_repattribute(), disk_to_repattribute(), repattribute_size(), and repattribute_to_disk().
struct sm_repr_attribute* sm_repr_attribute::next |
Definition at line 648 of file class_object.h.
Referenced by classobj_capture_representation(), classobj_make_repattribute(), classobj_representation_size(), clear_new_unbound(), get_desc_old(), and get_old().
DB_TYPE sm_repr_attribute::typeid_ |
Definition at line 651 of file class_object.h.
Referenced by classobj_make_repattribute(), and repattribute_to_disk().