public final class BuiltinFunctions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBuiltinFunction(Database database,
java.lang.String upperName)
Returns whether specified function is a non-keyword built-in function.
|
public static boolean isBuiltinFunction(Database database, java.lang.String upperName)
database - the databaseupperName - the name of the function in upper casetrue if it is