CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_resolution * | next |
MOP | class_mop |
const char * | name |
const char * | alias |
SM_NAME_SPACE | name_space |
Definition at line 626 of file class_object.h.
const char* sm_resolution::alias |
Definition at line 632 of file class_object.h.
Referenced by add_candidate(), add_resolution(), auto_resolve_conflict(), check_invalid_resolutions(), classobj_copy_reslist(), classobj_free_resolution(), classobj_make_resolution(), classobj_resolution_size(), db_resolution_alias(), object_printer::describe_resolution(), disk_to_resolution(), filter_component_resolutions(), find_alias(), resolution_size(), resolution_to_disk(), and smt_change_query_spec().
MOP sm_resolution::class_mop |
Definition at line 630 of file class_object.h.
Referenced by add_resolution(), auto_resolve_conflict(), check_invalid_resolutions(), check_resolution_target(), classobj_copy_reslist(), classobj_find_resolution(), classobj_make_resolution(), db_resolution_class(), object_printer::describe_resolution(), disk_to_resolution(), filter_reslist(), and resolution_to_disk().
const char* sm_resolution::name |
Definition at line 631 of file class_object.h.
Referenced by add_resolution(), auto_resolve_conflict(), check_invalid_resolutions(), check_resolution_target(), classobj_copy_reslist(), classobj_find_resolution(), classobj_free_resolution(), classobj_make_resolution(), classobj_resolution_size(), db_resolution_name(), object_printer::describe_resolution(), disk_to_resolution(), filter_component_resolutions(), resolution_size(), resolution_to_disk(), and smt_change_query_spec().
SM_NAME_SPACE sm_resolution::name_space |
Definition at line 633 of file class_object.h.
Referenced by auto_resolve_conflict(), check_invalid_resolutions(), check_resolution_target(), classobj_copy_reslist(), classobj_find_resolution(), classobj_make_resolution(), db_get_class_resolutions(), db_get_resolutions(), db_resolution_isclass(), db_resolution_next(), object_printer::describe_resolution(), filter_component_resolutions(), find_alias(), and resolution_to_disk().
struct sm_resolution* sm_resolution::next |
Definition at line 628 of file class_object.h.
Referenced by add_resolution(), auto_resolve_conflict(), check_invalid_resolutions(), classobj_copy_reslist(), classobj_find_resolution(), classobj_make_resolution(), db_get_class_resolutions(), db_get_resolutions(), db_resolution_next(), filter_component_resolutions(), filter_reslist(), find_alias(), and smt_change_query_spec().