|
||||||||||
| 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.AbstractUnaryMathFunction
org.outerj.daisy.query.model.functions.FloorFunction
public class FloorFunction
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Fields inherited from class org.outerj.daisy.query.model.AbstractFunction |
|---|
params |
| Constructor Summary | |
|---|---|
FloorFunction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFunctionName()
|
protected java.lang.String[] |
getSqlFunction(SqlGenerationContext context)
|
protected java.lang.Object |
performCalculation(java.math.BigDecimal value)
|
| Methods inherited from class org.outerj.daisy.query.model.functions.AbstractUnaryMathFunction |
|---|
evaluate, evaluate, generateSqlValueExpr, getOutputValue, getOutputValueType, getTitle, getValueType, prepare |
| Methods inherited from class org.outerj.daisy.query.model.AbstractFunction |
|---|
addParam, bindPreConditions, bindValueExpr, canTestAppliesTo, getColumn, getExpression, 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 |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public FloorFunction()
| Method Detail |
|---|
public java.lang.String getFunctionName()
protected java.lang.Object performCalculation(java.math.BigDecimal value)
performCalculation in class AbstractUnaryMathFunctionprotected java.lang.String[] getSqlFunction(SqlGenerationContext context)
getSqlFunction in class AbstractUnaryMathFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||