|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Date-time typepublic interface DateTimeExpression<T>
Representation of a date-time type in a query.
| Method Summary | |
|---|---|
NumericExpression<Integer> |
getDay()
Accessor for the day (of the month) of this date-time. |
NumericExpression<Integer> |
getHour()
Accessor for the hour of this date-time. |
NumericExpression<Integer> |
getMinute()
Accessor for the minute of this date-time. |
NumericExpression<Integer> |
getMonth()
Accessor for the month of this date-time. |
NumericExpression<Integer> |
getSecond()
Accessor for the second of this date-time. |
NumericExpression<Integer> |
getYear()
Accessor for the year of this date-time. |
| 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 |
| Method Detail |
|---|
NumericExpression<Integer> getYear()
NumericExpression<Integer> getMonth()
NumericExpression<Integer> getDay()
NumericExpression<Integer> getHour()
NumericExpression<Integer> getMinute()
NumericExpression<Integer> getSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||