|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.query.model.AbstractFunction
org.outerj.daisy.query.model.functions.AbstractBinaryMathFunction
org.outerj.daisy.query.model.functions.DivideFunction
public class DivideFunction
Field Summary |
---|
Fields inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
params |
Constructor Summary | |
---|---|
DivideFunction()
|
Method Summary | |
---|---|
java.lang.String |
getFunctionName()
|
protected java.lang.String |
getMathSymbol()
|
protected java.lang.Object |
performCalculation(java.math.BigDecimal value1,
java.math.BigDecimal value2)
|
Methods inherited from class org.outerj.daisy.query.model.functions.AbstractBinaryMathFunction |
---|
evaluate, evaluate, generateSqlValueExpr, getExpression, getOutputValue, getOutputValueType, getTitle, getValueType, prepare |
Methods inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
addParam, bindPreConditions, bindValueExpr, canTestAppliesTo, getColumn, getLine, getLocation, getParam, getSqlPreConditions, isAclAllowed, isMultiValue, isOutputOnly, isSymbolicIdentifier, setLocation, translateSymbolic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DivideFunction()
Method Detail |
---|
public java.lang.String getFunctionName()
protected java.lang.Object performCalculation(java.math.BigDecimal value1, java.math.BigDecimal value2)
performCalculation
in class AbstractBinaryMathFunction
protected java.lang.String getMathSymbol()
getMathSymbol
in class AbstractBinaryMathFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |