Uses of Interface
global.GlobalConst

Packages that use GlobalConst
bufmgr   
diskmgr   
global   
heap   
index   
 

Uses of GlobalConst in bufmgr
 

Classes in bufmgr that implement GlobalConst
 class BufMgr
          Minibase Buffer Manager
 

Uses of GlobalConst in diskmgr
 

Classes in diskmgr that implement GlobalConst
 class DiskMgr
          Minibase Disk Manager
 

Uses of GlobalConst in global
 

Classes in global that implement GlobalConst
 class Page
          Lowest-level view of a disk page.
 class PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
 

Uses of GlobalConst in heap
 

Classes in heap that implement GlobalConst
 class HeapFile
          Minibase Heap Files
 class HeapScan
          A HeapScan object is created only through the function openScan() in the HeapFile class.
 class HFPage
          Heap file data pages are implemented as slotted pages, with the slots at the front and the records in the back, both growing into the free space in the middle of the page.
 

Uses of GlobalConst in index
 

Classes in index that implement GlobalConst
 class BucketScan
          Scans an entire hash index file, bucket by bucket; created only through the openScan() method in the HashIndex class.
 class HashIndex
          Minibase Hash Index
 class HashScan
          A HashScan object is created only through the function openScan() in the HashIndex class.