|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionInfo
Meta information about a function. Used to compile information about a particular function.
Field Summary | |
---|---|
static int |
AGGREGATE
A type that represents an aggregate function. |
static int |
STATE_BASED
A function that is non-aggregate but whose return value is not guarenteed to be the same given the identical parameters over subsequent calls. |
static int |
STATIC
A type that represents a static function. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int STATIC
static final int AGGREGATE
static final int STATE_BASED
Method Detail |
---|
java.lang.String getName()
int getType()
java.lang.String getFunctionFactoryName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |