|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.function.LengthFunction
public class LengthFunction
Constructor Summary | |
---|---|
LengthFunction()
|
Method Summary | |
---|---|
Function |
cloneFunction()
DOCUMENT ME! |
Value |
evaluate(Value[] args)
DOCUMENT ME! |
java.lang.String |
getName()
DOCUMENT ME! |
boolean |
isAggregate()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthFunction()
Method Detail |
---|
public Value evaluate(Value[] args) throws FunctionException
Function
evaluate
in interface Function
args
- DOCUMENT ME!
FunctionException
- DOCUMENT ME!public java.lang.String getName()
Function
getName
in interface Function
public boolean isAggregate()
Function
isAggregate
in interface Function
public Function cloneFunction()
Function
cloneFunction
in interface Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |