Package org.h2.expression.function
Class BuiltinFunctions
java.lang.Object
org.h2.expression.function.BuiltinFunctions
Maintains the list of built-in functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisBuiltinFunction(Database database, String upperName) Returns whether specified function is a non-keyword built-in function.
-
Method Details
-
isBuiltinFunction
Returns whether specified function is a non-keyword built-in function.- Parameters:
database- the databaseupperName- the name of the function in upper case- Returns:
trueif it is
-