|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Date typepublic interface DateExpression<T>
Representation of a date in a query.
| Method Summary | |
|---|---|
NumericExpression<java.lang.Integer> |
getDay()
Accessor for the day (of the month) of this date. |
NumericExpression<java.lang.Integer> |
getMonth()
Accessor for the month of this date. |
NumericExpression<java.lang.Integer> |
getYear()
Accessor for the year of this date. |
| 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<java.lang.Integer> getYear()
NumericExpression<java.lang.Integer> getMonth()
NumericExpression<java.lang.Integer> getDay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||