Uses of Interface
org.h2.index.RowIndex

Packages that use RowIndex
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
 

Uses of RowIndex in org.h2.index
 

Classes in org.h2.index that implement RowIndex
 class PageDataIndex
          The scan index allows to access a row by key.
 class ScanIndex
          The scan index is not really an 'index' in the strict sense, because it can not be used for direct lookup.