|
||||||||||
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.AbstractCaseFunction
org.outerj.daisy.query.model.functions.UpperCaseFunction
public class UpperCaseFunction
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
params |
Constructor Summary | |
---|---|
UpperCaseFunction()
|
Method Summary | |
---|---|
protected java.lang.String |
applyCase(java.lang.String value)
|
java.lang.String |
getFunctionName()
|
protected java.lang.String |
getSqlFunctionName(SqlGenerationContext context)
|
Methods inherited from class org.outerj.daisy.query.model.functions.AbstractCaseFunction |
---|
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 UpperCaseFunction()
Method Detail |
---|
public java.lang.String getFunctionName()
protected java.lang.String getSqlFunctionName(SqlGenerationContext context)
getSqlFunctionName
in class AbstractCaseFunction
protected java.lang.String applyCase(java.lang.String value)
applyCase
in class AbstractCaseFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |