com.triactive.jdo.store.sql.expr.fn
Class DoubleFunction

java.lang.Object
  extended bycom.triactive.jdo.store.sql.expr.fn.SqlFunction
      extended bycom.triactive.jdo.store.sql.expr.fn.NumericFunction
          extended bycom.triactive.jdo.store.sql.expr.fn.DoubleFunction

public class DoubleFunction
extends NumericFunction


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
DoubleFunction(java.lang.String name)
           
 
Method Summary
 java.lang.Class returnType(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, toStatementText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleFunction

public DoubleFunction(java.lang.String name)
Method Detail

returnType

public java.lang.Class returnType(java.util.List args)
Overrides:
returnType in class NumericFunction


Copyright © 2001-2007 The TJDO Project All Rights Reserved.