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 FunctionDefTests. buildFunction(Function function, java.lang.Object argument) -
Uses of Function in mdbtools.dbengine.functions
Classes in mdbtools.dbengine.functions that implement Function Modifier and Type Class Description classConCatclassLengthLength is the sql length function When passed a string it returns the length of the stringclassLowerclassUpper -
Uses of Function in mdbtools.dbengine.sql
Methods in mdbtools.dbengine.sql with parameters of type Function Modifier and Type Method Description voidFunctionDef. setFunction(Function function)
-