Uses of Class
org.h2.table.MetaTable

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

Uses of MetaTable in org.h2.index
 

Constructors in org.h2.index with parameters of type MetaTable
MetaIndex(MetaTable meta, IndexColumn[] columns, boolean scan)