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 TypeClassDescriptionclassExpression handler to invoke the SQL ABS function.classExpression handler to invoke the SQL ACOS function.classExpression handler to invoke the SQL ASIN function.classExpression handler to invoke the SQL ATAN function.classExpression handler to invoke the SQL CEIL function.classExpression handler to invoke the SQL COS function.classExpression handler to invoke the SQL COSH function.classExpression handler to invoke the SQL COT function.classExpression handler to invoke the SQL DEGREES function.classExpression handler to invoke the SQL EXP function.classExpression handler to invoke the SQL FLOOR function.classExpression handler to invoke the SQL LOG function.classExpression handler to invoke the SQL (natural) LOG function.classExpression handler to invoke the SQL POWER function.classExpression handler to invoke the SQL RADIANS function.classExpression handler to invoke the SQL SIGN function.classExpression handler to invoke the SQL SIN function.classExpression handler to invoke the SQL SINH function.classExpression handler to evaluate SQL.cube(args).classExpression handler to evaluate SQL.rollup(args).classExpression handler to invoke the SQL SQRT function.classExpression handler to invoke the SQL TAN function.classExpression handler to invoke the SQL TANH function.