CUBRID Engine
latest
|
Public Attributes | |
struct sm_candidate * | next |
const char * | name |
const char * | alias |
MOP | origin |
MOP | source |
SM_COMPONENT * | obj |
SM_NAME_SPACE | name_space |
int | order |
unsigned int | is_alias:1 |
unsigned int | is_requested:1 |
Definition at line 188 of file schema_manager.c.
const char* sm_candidate::alias |
Definition at line 193 of file schema_manager.c.
Referenced by add_candidate(), check_alias_conflict(), check_alias_domains(), make_candidate_from_component(), and resolve_candidates().
unsigned int sm_candidate::is_alias |
Definition at line 200 of file schema_manager.c.
Referenced by add_candidate(), check_alias_conflict(), make_candidate_from_component(), and make_component_from_candidate().
unsigned int sm_candidate::is_requested |
Definition at line 201 of file schema_manager.c.
Referenced by add_candidate(), make_candidate_from_component(), and resolve_candidates().
const char* sm_candidate::name |
Definition at line 192 of file schema_manager.c.
Referenced by add_candidate(), auto_resolve_conflict(), check_alias_conflict(), check_alias_domains(), check_attribute_method_overlap(), make_candidate_from_component(), make_component_from_candidate(), prune_candidate(), and resolve_candidates().
SM_NAME_SPACE sm_candidate::name_space |
Definition at line 197 of file schema_manager.c.
Referenced by check_attribute_method_overlap(), make_candidate_from_component(), and resolve_candidates().
struct sm_candidate* sm_candidate::next |
Definition at line 190 of file schema_manager.c.
Referenced by add_candidate(), check_alias_conflict(), check_alias_domains(), check_attribute_method_overlap(), free_candidates(), make_candidate_from_component(), resolve_candidates(), sm_flush_static_methods(), and sm_free_method_links().
SM_COMPONENT* sm_candidate::obj |
Definition at line 196 of file schema_manager.c.
Referenced by check_alias_conflict(), check_alias_domains(), make_candidate_from_component(), make_component_from_candidate(), and resolve_candidates().
int sm_candidate::order |
Definition at line 198 of file schema_manager.c.
Referenced by add_candidate(), make_candidate_from_component(), and make_component_from_candidate().
MOP sm_candidate::origin |
Definition at line 194 of file schema_manager.c.
Referenced by check_alias_domains(), make_candidate_from_component(), and resolve_candidates().
MOP sm_candidate::source |
Definition at line 195 of file schema_manager.c.
Referenced by auto_resolve_conflict(), candidate_source_name(), check_alias_conflict(), make_candidate_from_component(), make_component_from_candidate(), and resolve_candidates().