|
||||||||||
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.LeftFunction
org.outerj.daisy.query.model.functions.RightFunction
public class RightFunction
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class org.outerj.daisy.query.model.AbstractFunction |
---|
params |
Constructor Summary | |
---|---|
RightFunction()
|
Method Summary | |
---|---|
protected java.lang.Object |
evaluate(java.lang.String value,
int length)
|
java.lang.String |
getFunctionName()
|
protected java.lang.String |
getFunctionName(SqlGenerationContext context)
|
Methods inherited from class org.outerj.daisy.query.model.functions.LeftFunction |
---|
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 RightFunction()
Method Detail |
---|
public java.lang.String getFunctionName()
getFunctionName
in interface Function
getFunctionName
in class LeftFunction
protected java.lang.String getFunctionName(SqlGenerationContext context)
getFunctionName
in class LeftFunction
protected java.lang.Object evaluate(java.lang.String value, int length) throws org.outerj.daisy.repository.query.QueryException
evaluate
in class LeftFunction
org.outerj.daisy.repository.query.QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |