Uses of Class
org.h2.table.FunctionTable

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

Uses of FunctionTable in org.h2.index
 

Constructors in org.h2.index with parameters of type FunctionTable
FunctionIndex(FunctionTable functionTable, IndexColumn[] columns)