Package <Unnamed>

Class Summary
BufferManager Buffer manager.
DBFile Low level database file.
HeapFile Heap file.
HFPage Heap file page.
JoinMethods Library of methods to handle joins between two heap files.
Page Class to hold a page's worth of data in memory.
PageIterator HFPage iterator.
Pair<X,Y> Utility wrapper to allow one to effectively return two values from a method.
RecordIterator Record iterator.
RID Record identifier.
 

Exception Summary
BufferManager.PageNotPinnedException  
BufferManager.PagePinnedException  
DBFile.BadPageNumberException  
DBFile.EmptyFileException  
DBFile.FileFullException  
DBFile.NonPositiveRunSizeException  
DBFile.PageNotAllocatedException  
HFPage.BadPageIdException  
HFPage.BadSlotIdException  
HFPage.PageFullException  
JoinMethods.JoinLengthsDifferentException