Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
Packages that use SimpleNumericMethod
Package
Description
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.methodModifier and TypeClassDescriptionclass
Expression handler to invoke the SQL ABS function.class
Expression handler to invoke the SQL ACOS function.class
Expression handler to invoke the SQL ASIN function.class
Expression handler to invoke the SQL ATAN function.class
Expression handler to invoke the SQL CEIL function.class
Expression handler to invoke the SQL COS function.class
Expression handler to invoke the SQL COSH function.class
Expression handler to invoke the SQL COT function.class
Expression handler to invoke the SQL DEGREES function.class
Expression handler to invoke the SQL EXP function.class
Expression handler to invoke the SQL FLOOR function.class
Expression handler to invoke the SQL LOG function.class
Expression handler to invoke the SQL (natural) LOG function.class
Expression handler to invoke the SQL POWER function.class
Expression handler to invoke the SQL RADIANS function.class
Expression handler to invoke the SQL SIGN function.class
Expression handler to invoke the SQL SIN function.class
Expression handler to invoke the SQL SINH function.class
Expression handler to evaluate SQL.cube(args).class
Expression handler to evaluate SQL.rollup(args).class
Expression handler to invoke the SQL SQRT function.class
Expression handler to invoke the SQL TAN function.class
Expression handler to invoke the SQL TANH function.