A B C D E F G H I J K L M N O P R S T U V W

D

DatabaseName - Static variable in class global.Minibase
Name of the data file.
deallocate_page(PageId) - Method in class diskmgr.DiskMgr
Deallocates a single page (i.e.
deallocate_page(PageId, int) - Method in class diskmgr.DiskMgr
Deallocates a set of pages on disk, given the run size.
delete_file_entry(String) - Method in class diskmgr.DiskMgr
Deletes a file entry from the header page(s).
deleteEntry(SearchKey, RID) - Method in class index.HashIndex
Deletes the specified entry from the index file.
deleteFile() - Method in class heap.HeapFile
Deletes the heap file from the database, freeing all of its pages.
deleteFile() - Method in class index.HashIndex
Deletes the index file from the database, freeing all of its pages.
deleteRecord(RID) - Method in class heap.HeapFile
Deletes the specified record from the heap file.
deleteRecord(RID) - Method in class heap.HFPage
Deletes a record from the page, compacting the records space.
destroyDB() - Method in class diskmgr.DiskMgr
Destroys the database, removing the file that stores it.
DiskManager - Static variable in class global.Minibase
The Minibase Disk Space Manager.
diskmgr - package diskmgr
 
DiskMgr - Class in diskmgr
Minibase Disk Manager
DiskMgr() - Constructor for class diskmgr.DiskMgr
 

A B C D E F G H I J K L M N O P R S T U V W