|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.EComparable<D>
com.mysema.query.types.expr.EDateOrTime<D>
com.mysema.query.types.expr.EDateTime<Date>
com.mysema.query.types.expr.EDateTimeConst
public class EDateTimeConst
| Constructor Summary | |
|---|---|
EDateTimeConst(Date date)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
static EDateTime<Date> |
create(Date date)
|
ENumber<Integer> |
dayOfMonth()
Get a day of month expression (range 1-31) |
ENumber<Integer> |
dayOfWeek()
Get a day of week expression (range 1-7 / SUN-SAT) NOT supported in JDOQL and not in Derby |
ENumber<Integer> |
dayOfYear()
Get a day of year expression (range 1-356) NOT supported in JDOQL and not in Derby |
Date |
getConstant()
|
ENumber<Integer> |
hour()
Get a hours expression (range 0-23) |
ENumber<Integer> |
milliSecond()
Get a milliseconds expression (range 0-999) Is always 0 in HQL and JDOQL modules |
ENumber<Integer> |
minute()
Get a minutes expression (range 0-59) |
ENumber<Integer> |
month()
Get a month expression (range 1-12) |
ENumber<Integer> |
second()
Get a seconds expression (range 0-59) |
ENumber<Integer> |
week()
Get a week expression NOT supported in JDOQL and not in Derby |
ENumber<Integer> |
year()
Get a year expression |
ENumber<Integer> |
yearMonth()
Get a year / month expression |
| Methods inherited from class com.mysema.query.types.expr.EDateTime |
|---|
currentDate, currentDate, currentTimestamp, currentTimestamp |
| Methods inherited from class com.mysema.query.types.expr.EDateOrTime |
|---|
after, after, before, before |
| Methods inherited from class com.mysema.query.types.expr.EComparable |
|---|
between, between, goe, goe, gt, gt, loe, loe, lt, lt, notBetween, notBetween |
| Methods inherited from class com.mysema.query.types.expr.EComparableBase |
|---|
asc, castToNum, desc, stringValue |
| Methods inherited from class com.mysema.query.types.expr.Expr |
|---|
count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EDateTimeConst(Date date)
| Method Detail |
|---|
public static EDateTime<Date> create(Date date)
public void accept(Visitor v)
accept in class Expr<Date>public ENumber<Integer> dayOfMonth()
EDateTime
dayOfMonth in class EDateTime<Date>public ENumber<Integer> month()
EDateTime
month in class EDateTime<Date>public ENumber<Integer> year()
EDateTime
year in class EDateTime<Date>public ENumber<Integer> yearMonth()
EDateTime
yearMonth in class EDateTime<Date>public ENumber<Integer> dayOfWeek()
EDateTimeNOT supported in JDOQL and not in Derby
dayOfWeek in class EDateTime<Date>public ENumber<Integer> dayOfYear()
EDateTimeNOT supported in JDOQL and not in Derby
dayOfYear in class EDateTime<Date>public ENumber<Integer> week()
EDateTimeNOT supported in JDOQL and not in Derby
week in class EDateTime<Date>public ENumber<Integer> hour()
EDateTime
hour in class EDateTime<Date>public ENumber<Integer> minute()
EDateTime
minute in class EDateTime<Date>public ENumber<Integer> second()
EDateTime
second in class EDateTime<Date>public ENumber<Integer> milliSecond()
EDateTimeIs always 0 in HQL and JDOQL modules
milliSecond in class EDateTime<Date>public Date getConstant()
getConstant in interface Constant<Date>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||