CUBRID Engine
latest
|
#include <load_object_table.h>
Public Attributes | |
struct class_table * | next |
MOP | class_ |
INST_INFO * | instances |
int | count |
int | presize |
int | total_inserts |
Definition at line 58 of file load_object_table.h.
MOP class_table::class_ |
Definition at line 62 of file load_object_table.h.
Referenced by otable_find_class(), otable_insert(), and otable_reserve().
int class_table::count |
Definition at line 64 of file load_object_table.h.
Referenced by init_instance_table(), otable_find(), otable_find_class(), otable_insert(), otable_map_reserved(), otable_reserve(), otable_update(), and realloc_instance_table().
INST_INFO* class_table::instances |
Definition at line 63 of file load_object_table.h.
Referenced by flush_class_tables(), init_instance_table(), otable_find(), otable_find_class(), otable_insert(), otable_map_reserved(), otable_reserve(), otable_update(), and realloc_instance_table().
struct class_table* class_table::next |
Definition at line 60 of file load_object_table.h.
Referenced by flush_class_tables(), otable_find_class(), otable_map_reserved(), and otable_prepare().
int class_table::presize |
Definition at line 65 of file load_object_table.h.
Referenced by otable_find_class(), otable_prepare(), and otable_set_presize().
int class_table::total_inserts |
Definition at line 67 of file load_object_table.h.
Referenced by insert_instance(), otable_find_class(), and update_default_count().