Uses of Class
index.HashIndex

Packages that use HashIndex
relop   
 

Uses of HashIndex in relop
 

Constructors in relop with parameters of type HashIndex
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.