|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.sql.expr.fn.SqlFunction com.triactive.jdo.store.sql.expr.fn.NumericFunction com.triactive.jdo.store.sql.expr.fn.SumFunction
Field Summary |
Fields inherited from class com.triactive.jdo.store.sql.expr.fn.SqlFunction |
ABS, AVG, CHAR_LENGTH, COUNT, LEN, LENGTH, LOWER, MAX, MIN, MOD, name, SQRT, STRLEN, SUBSTR, SUBSTRING, SUBSTRING_MS, SUM, TRIM, UPPER |
Constructor Summary | |
SumFunction()
|
Method Summary | |
java.lang.Class |
returnType(java.util.List args)
|
StatementText |
toStatementText(java.util.List args)
|
Methods inherited from class com.triactive.jdo.store.sql.expr.fn.NumericFunction |
call |
Methods inherited from class com.triactive.jdo.store.sql.expr.fn.SqlFunction |
call, call, call, call |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SumFunction()
Method Detail |
public java.lang.Class returnType(java.util.List args)
returnType
in class NumericFunction
public StatementText toStatementText(java.util.List args)
toStatementText
in class SqlFunction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |