Uses of Interface
mdbtools.dbengine.functions.Function
-
Packages that use Function Package Description mdbtools.dbengine mdbtools.dbengine.functions mdbtools.dbengine.sql -
-
Uses of Function in mdbtools.dbengine
Methods in mdbtools.dbengine with parameters of type Function Modifier and Type Method Description FunctionDef
Tests. buildFunction(Function function, Object argument)
-
Uses of Function in mdbtools.dbengine.functions
Classes in mdbtools.dbengine.functions that implement Function Modifier and Type Class Description class
ConCat
class
Length
Length is the sql length function When passed a string it returns the length of the stringclass
Lower
class
Upper
-
Uses of Function in mdbtools.dbengine.sql
Methods in mdbtools.dbengine.sql with parameters of type Function Modifier and Type Method Description void
FunctionDef. setFunction(Function function)
-