Uses of Class
heap.HeapFile

Packages that use HeapFile
relop   
 

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.