protected class FunctionFactory.FF_FunctionInfo extends Object implements FunctionInfo
AGGREGATE, STATE_BASED, STATIC| Constructor and Description |
|---|
FF_FunctionInfo(String name,
int type,
Constructor constructor) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
String |
getFunctionFactoryName()
The name of the function factory class that this function is handled by.
|
String |
getName()
The name of the function as used by the SQL grammar to reference it.
|
int |
getType()
The type of function, either STATIC, AGGREGATE or STATE_BASED (eg.
|
public FF_FunctionInfo(String name, int type, Constructor constructor)
public String getName()
FunctionInfogetName in interface FunctionInfopublic int getType()
FunctionInfogetType in interface FunctionInfopublic Constructor getConstructor()
public String getFunctionFactoryName()
FunctionInfogetFunctionFactoryName in interface FunctionInfoCopyright © 2016. All rights reserved.