|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jdo.query.ExpressionImpl<T>
org.datanucleus.jdo.query.ComparableExpressionImpl<java.util.Date>
org.datanucleus.jdo.query.DateTimeExpressionImpl
public class DateTimeExpressionImpl
Implementation of a DateTime expression.
| Constructor Summary | |
|---|---|
DateTimeExpressionImpl(java.lang.Class<java.util.Date> cls,
java.lang.String name,
ExpressionType type)
|
|
DateTimeExpressionImpl(Expression queryExpr)
|
|
DateTimeExpressionImpl(PersistableExpression parent,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
NumericExpression<java.lang.Integer> |
getDay()
Accessor for the day (of the month) of this date-time. |
NumericExpression<java.lang.Integer> |
getHour()
Accessor for the hour of this date-time. |
NumericExpression<java.lang.Integer> |
getMinute()
Accessor for the minute of this date-time. |
NumericExpression<java.lang.Integer> |
getMonth()
Accessor for the month of this date-time. |
NumericExpression<java.lang.Integer> |
getSecond()
Accessor for the second of this date-time. |
NumericExpression<java.lang.Integer> |
getYear()
Accessor for the year of this date-time. |
| Methods inherited from class org.datanucleus.jdo.query.ComparableExpressionImpl |
|---|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min |
| Methods inherited from class org.datanucleus.jdo.query.ExpressionImpl |
|---|
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 org.datanucleus.query.typesafe.ComparableExpression |
|---|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Constructor Detail |
|---|
public DateTimeExpressionImpl(PersistableExpression parent,
java.lang.String name)
public DateTimeExpressionImpl(java.lang.Class<java.util.Date> cls,
java.lang.String name,
ExpressionType type)
public DateTimeExpressionImpl(Expression queryExpr)
| Method Detail |
|---|
public NumericExpression<java.lang.Integer> getDay()
DateTimeExpression
getDay in interface DateTimeExpression<java.util.Date>public NumericExpression<java.lang.Integer> getHour()
DateTimeExpression
getHour in interface DateTimeExpression<java.util.Date>public NumericExpression<java.lang.Integer> getMinute()
DateTimeExpression
getMinute in interface DateTimeExpression<java.util.Date>public NumericExpression<java.lang.Integer> getMonth()
DateTimeExpression
getMonth in interface DateTimeExpression<java.util.Date>public NumericExpression<java.lang.Integer> getSecond()
DateTimeExpression
getSecond in interface DateTimeExpression<java.util.Date>public NumericExpression<java.lang.Integer> getYear()
DateTimeExpression
getYear in interface DateTimeExpression<java.util.Date>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||