Uses of Class
org.h2.index.ViewIndex

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

Uses of ViewIndex in org.h2.index
 

Constructors in org.h2.index with parameters of type ViewIndex
ViewIndex(TableView view, ViewIndex index, Session session, int[] masks)