CUBRID Engine
latest
|
Public Attributes | |
VPID | vpid |
PGSLOTID | slotid |
PAGE_PTR | page_p |
RECDES | recdes |
int | offset |
Definition at line 232 of file system_catalog.c.
int catalog_record::offset |
Definition at line 238 of file system_catalog.c.
Referenced by catalog_add_representation(), catalog_fetch_attribute_value(), catalog_fetch_btree_statistics(), catalog_fetch_disk_attribute(), catalog_fetch_disk_representation(), catalog_get_record_from_page(), catalog_get_representation(), catalog_put_record_into_page(), catalog_read_unread_portion(), catalog_store_attribute_value(), catalog_store_btree_statistics(), catalog_store_disk_attribute(), catalog_store_disk_representation(), and catalog_write_unwritten_portion().
PAGE_PTR catalog_record::page_p |
Definition at line 236 of file system_catalog.c.
Referenced by catalog_add_representation(), catalog_get_record_from_page(), catalog_get_representation(), and catalog_put_record_into_page().
RECDES catalog_record::recdes |
Definition at line 237 of file system_catalog.c.
Referenced by catalog_add_representation(), catalog_fetch_attribute_value(), catalog_fetch_btree_statistics(), catalog_fetch_disk_attribute(), catalog_fetch_disk_representation(), catalog_get_record_from_page(), catalog_get_representation(), catalog_put_record_into_page(), catalog_read_unread_portion(), catalog_store_attribute_value(), catalog_store_btree_statistics(), catalog_store_disk_attribute(), catalog_store_disk_representation(), and catalog_write_unwritten_portion().
PGSLOTID catalog_record::slotid |
Definition at line 235 of file system_catalog.c.
Referenced by catalog_add_representation(), catalog_get_record_from_page(), catalog_get_representation(), and catalog_put_record_into_page().
VPID catalog_record::vpid |
Definition at line 234 of file system_catalog.c.
Referenced by catalog_add_representation(), catalog_get_record_from_page(), catalog_get_representation(), and catalog_put_record_into_page().