Uses of Class
heap.HeapFile

Packages that use HeapFile
heap   
relop   
 

Uses of HeapFile in heap
 

Constructors in heap with parameters of type HeapFile
HeapScan(HeapFile hf)
          Constructs a file scan by pinning the directoy header page and initializing iterator fields.
 

Uses of HeapFile in relop
 

Methods in relop with parameters of type HeapFile
 RID Tuple.insertIntoFile(HeapFile file)
          Inserts the tuple into the given heap file.
 

Constructors in relop with parameters of type HeapFile
FileScan(Schema schema, HeapFile file)
          Constructs a file scan, given the schema and heap file.
IndexScan(Schema schema, HashIndex index, HeapFile file)
          Constructs an index scan, given the hash index and schema.
KeyScan(Schema schema, HashIndex index, SearchKey key, HeapFile file)
          Constructs an index scan, given the hash index and schema.