Class IfThenElseExpressionImpl<T>
java.lang.Object
org.datanucleus.api.jdo.query.ExpressionImpl<T>
org.datanucleus.api.jdo.query.ComparableExpressionImpl<T>
org.datanucleus.api.jdo.query.IfThenElseExpressionImpl<T>
- All Implemented Interfaces:
javax.jdo.query.ComparableExpression<T>, javax.jdo.query.Expression<T>, javax.jdo.query.IfThenElseExpression<T>
public class IfThenElseExpressionImpl<T>
extends ComparableExpressionImpl<T>
implements javax.jdo.query.IfThenElseExpression<T>
Implementation of an IfThenElseExpression.
Generates an underlying generic CaseExpression.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.datanucleus.store.query.expression.CaseExpressionFields inherited from class ExpressionImpl
exprType, queryExpr -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ComparableExpressionImpl
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from class ExpressionImpl
as, cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.jdo.query.ComparableExpression
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from interface javax.jdo.query.Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
-
Field Details
-
caseExpr
org.datanucleus.store.query.expression.CaseExpression caseExpr
-
-
Constructor Details
-
IfThenElseExpressionImpl
public IfThenElseExpressionImpl()
-
-
Method Details
-
ifThen
-
ifThen
-
elseEnd
-
elseEnd
-