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()
FunctionInfo
getName
in interface FunctionInfo
public int getType()
FunctionInfo
getType
in interface FunctionInfo
public Constructor getConstructor()
public String getFunctionFactoryName()
FunctionInfo
getFunctionFactoryName
in interface FunctionInfo
Copyright © 2015. All rights reserved.