Uses of Package
global

Packages that use global
bufmgr   
diskmgr   
global   
heap   
index   
parser   
query   
relop   
tests   
 

Classes in global used by bufmgr
GlobalConst
          Global constants; implement this interface to access them conveniently.
Page
          Lowest-level view of a disk page.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
 

Classes in global used by diskmgr
GlobalConst
          Global constants; implement this interface to access them conveniently.
Page
          Lowest-level view of a disk page.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
 

Classes in global used by global
GlobalConst
          Global constants; implement this interface to access them conveniently.
Page
          Lowest-level view of a disk page.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
RID
          A record is uniquely identified by its page number and slot number.
SearchKey
          Provides a general and type-safe way to store and compare index search keys.
 

Classes in global used by heap
GlobalConst
          Global constants; implement this interface to access them conveniently.
Page
          Lowest-level view of a disk page.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
RID
          A record is uniquely identified by its page number and slot number.
 

Classes in global used by index
GlobalConst
          Global constants; implement this interface to access them conveniently.
Page
          Lowest-level view of a disk page.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
RID
          A record is uniquely identified by its page number and slot number.
SearchKey
          Provides a general and type-safe way to store and compare index search keys.
 

Classes in global used by parser
GlobalConst
          Global constants; implement this interface to access them conveniently.
SortKey
          One term in an ORDER BY clause; i.e.
 

Classes in global used by query
GlobalConst
          Global constants; implement this interface to access them conveniently.
RID
          A record is uniquely identified by its page number and slot number.
 

Classes in global used by relop
RID
          A record is uniquely identified by its page number and slot number.
SearchKey
          Provides a general and type-safe way to store and compare index search keys.
 

Classes in global used by tests
GlobalConst
          Global constants; implement this interface to access them conveniently.
PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
SearchKey
          Provides a general and type-safe way to store and compare index search keys.