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

Public Attributes | |
| OID * | class_oid |
| OID * | dir_oid |
| char * | class_name |
| bool | is_update |
| bool | need_unlock |
| bool | access_started |
| bool | need_free_class_name |
| bool | is_systemop_started |
Definition at line 107 of file system_catalog.h.
| bool catalog_access_info::access_started |
Definition at line 114 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), catalog_start_access_with_dir_oid(), and xstats_get_statistics_from_server().
| char* catalog_access_info::class_name |
Definition at line 111 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), catalog_start_access_with_dir_oid(), and xstats_update_statistics().
| OID* catalog_access_info::class_oid |
Definition at line 109 of file system_catalog.h.
Referenced by catalog_add_class_info(), catalog_add_representation(), catalog_drop(), catalog_drop_all_representation_and_class(), catalog_drop_old_representations(), catalog_end_access_with_dir_oid(), catalog_get_cardinality(), catalog_get_class_info(), catalog_get_representation(), catalog_start_access_with_dir_oid(), catalog_update_class_info(), qexec_execute_build_indexes(), stats_update_partitioned_statistics(), xstats_get_statistics_from_server(), and xstats_update_statistics().
| OID* catalog_access_info::dir_oid |
Definition at line 110 of file system_catalog.h.
Referenced by catalog_add_class_info(), catalog_add_representation(), catalog_drop(), catalog_drop_all_representation_and_class(), catalog_drop_old_representations(), catalog_end_access_with_dir_oid(), catalog_get_cardinality(), catalog_get_class_info(), catalog_get_representation(), catalog_start_access_with_dir_oid(), catalog_update_class_info(), qexec_execute_build_indexes(), stats_update_partitioned_statistics(), xstats_get_statistics_from_server(), and xstats_update_statistics().
| bool catalog_access_info::is_systemop_started |
Definition at line 117 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), and catalog_start_access_with_dir_oid().
| bool catalog_access_info::is_update |
Definition at line 112 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), and catalog_start_access_with_dir_oid().
| bool catalog_access_info::need_free_class_name |
Definition at line 115 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), and catalog_start_access_with_dir_oid().
| bool catalog_access_info::need_unlock |
Definition at line 113 of file system_catalog.h.
Referenced by catalog_end_access_with_dir_oid(), and catalog_start_access_with_dir_oid().