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