|
||||||||||
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.DateComponentFunction
org.outerj.daisy.query.model.functions.MonthFunction
public class MonthFunction
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
params |
Constructor Summary | |
---|---|
MonthFunction()
|
Method Summary | |
---|---|
protected int |
getAdjustment()
|
protected int |
getCalendarField()
|
java.lang.String |
getFunctionName()
|
protected java.lang.String[] |
getSqlFunction(SqlGenerationContext context)
|
Methods inherited from class org.outerj.daisy.query.model.functions.DateComponentFunction |
---|
bindValueExpr, evaluate, evaluate, generateSqlValueExpr, getOutputValue, getOutputValueType, getTitle, getValueType, prepare |
Methods inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
addParam, bindPreConditions, 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 MonthFunction()
Method Detail |
---|
public java.lang.String getFunctionName()
protected int getCalendarField()
getCalendarField
in class DateComponentFunction
protected int getAdjustment()
getAdjustment
in class DateComponentFunction
protected java.lang.String[] getSqlFunction(SqlGenerationContext context)
getSqlFunction
in class DateComponentFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |