|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
Interface to be implemented to create a function. The name will be the string used in the SQL to refeer the function. A function will be created once for each instruction execution.
| Method Summary | |
|---|---|
Function |
cloneFunction()
DOCUMENT ME! |
Value |
evaluate(Value[] args)
DOCUMENT ME! |
java.lang.String |
getName()
DOCUMENT ME! |
boolean |
isAggregate()
DOCUMENT ME! |
| Method Detail |
|---|
Value evaluate(Value[] args)
throws FunctionException
args - DOCUMENT ME!
FunctionException - DOCUMENT ME!java.lang.String getName()
boolean isAggregate()
Function cloneFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||