Package org.datanucleus.api.jdo.query
Class DateExpressionImpl
java.lang.Object
org.datanucleus.api.jdo.query.ExpressionImpl<Date>
org.datanucleus.api.jdo.query.ComparableExpressionImpl<Date>
org.datanucleus.api.jdo.query.DateExpressionImpl
- All Implemented Interfaces:
javax.jdo.query.ComparableExpression<Date>
,javax.jdo.query.DateExpression
,javax.jdo.query.Expression<Date>
public class DateExpressionImpl
extends ComparableExpressionImpl<Date>
implements javax.jdo.query.DateExpression
Implementation of a Date expression.
-
Field Summary
Fields inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
exprType, queryExpr
-
Constructor Summary
ConstructorsConstructorDescriptionDateExpressionImpl
(Class<Date> cls, String name, ExpressionType type) DateExpressionImpl
(javax.jdo.query.PersistableExpression parent, String name) DateExpressionImpl
(org.datanucleus.store.query.expression.Expression queryExpr) -
Method Summary
Methods inherited from class org.datanucleus.api.jdo.query.ComparableExpressionImpl
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
Methods inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
as, cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.jdo.query.ComparableExpression
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
Methods inherited from interface javax.jdo.query.Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
-
Constructor Details
-
DateExpressionImpl
-
DateExpressionImpl
-
DateExpressionImpl
public DateExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr)
-
-
Method Details
-
getDay
- Specified by:
getDay
in interfacejavax.jdo.query.DateExpression
-
getMonth
- Specified by:
getMonth
in interfacejavax.jdo.query.DateExpression
-
getYear
- Specified by:
getYear
in interfacejavax.jdo.query.DateExpression
-