Uses of Class
org.h2.expression.Function

Packages that use Function
org.h2.expression Expressions include mathematical operations, conditions, simple values, and functions. 
 

Uses of Function in org.h2.expression
 

Subclasses of Function in org.h2.expression
 class TableFunction
          Implementation of the functions TABLE(..) and TABLE_DISTINCT(..).
 

Methods in org.h2.expression that return Function
static Function Function.getFunction(Database database, java.lang.String name)
          Get an instance of the given function for this database.