Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod

Packages that use SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method Support for invocation of Java methods, typically using SQL functions. 
 

Uses of SimpleNumericMethod in org.datanucleus.store.rdbms.sql.method
 

Subclasses of SimpleNumericMethod in org.datanucleus.store.rdbms.sql.method
 class AbsFunction
          Expression handler to invoke the SQL ABS function.
 class AcosFunction
          Expression handler to invoke the SQL ACOS function.
 class AsinFunction
          Expression handler to invoke the SQL ASIN function.
 class AtanFunction
          Expression handler to invoke the SQL ATAN function.
 class CeilFunction
          Expression handler to invoke the SQL CEIL function.
 class CosFunction
          Expression handler to invoke the SQL COS function.
 class ExpFunction
          Expression handler to invoke the SQL EXP function.
 class FloorFunction
          Expression handler to invoke the SQL FLOOR function.
 class LogFunction
          Expression handler to invoke the SQL LOG function.
 class SinFunction
          Expression handler to invoke the SQL SIN function.
 class SQLCubeFunction
          Expression handler to evaluate SQL.cube(args).
 class SQLRollupFunction
          Expression handler to evaluate SQL.rollup(args).
 class SqrtFunction
          Expression handler to invoke the SQL SQRT function.
 class TanFunction
          Expression handler to invoke the SQL TAN function.
 



Copyright © 2012. All Rights Reserved.