Uses of Interface
org.h2.expression.FunctionCall

Packages that use FunctionCall
org.h2.expression Expressions include mathematical operations, conditions, simple values, and functions. 
org.h2.table Classes related to a table and table meta data. 
 

Uses of FunctionCall in org.h2.expression
 

Classes in org.h2.expression that implement FunctionCall
 class Function
          This class implements most built-in functions of this database.
 class JavaFunction
          This class wraps a user-defined function.
 class TableFunction
          Implementation of the functions TABLE(..) and TABLE_DISTINCT(..).
 

Uses of FunctionCall in org.h2.table
 

Constructors in org.h2.table with parameters of type FunctionCall
FunctionTable(Schema schema, Session session, Expression functionExpr, FunctionCall function)