FunctionInfoprotected class FunctionFactory.FF_FunctionInfo extends java.lang.Object implements FunctionInfo
AGGREGATE, STATE_BASED, STATIC| Constructor | Description |
|---|---|
FF_FunctionInfo(java.lang.String name,
int type,
java.lang.reflect.Constructor constructor) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Constructor |
getConstructor() |
|
java.lang.String |
getFunctionFactoryName() |
The name of the function factory class that this function is handled by.
|
java.lang.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(java.lang.String name,
int type,
java.lang.reflect.Constructor constructor)
public java.lang.String getName()
FunctionInfogetName in interface FunctionInfopublic int getType()
FunctionInfogetType in interface FunctionInfopublic java.lang.reflect.Constructor getConstructor()
public java.lang.String getFunctionFactoryName()
FunctionInfogetFunctionFactoryName in interface FunctionInfoCopyright © 2018. All rights reserved.