com.mysema.query.types
Class Ops.DateTimeOps

java.lang.Object
  extended by com.mysema.query.types.Ops.DateTimeOps
Enclosing class:
Ops

public static class Ops.DateTimeOps
extends Object

Date and time operators


Field Summary
static Operator<Comparable> CURRENT_DATE
           
static Operator<Comparable> CURRENT_TIME
           
static Operator<Comparable> CURRENT_TIMESTAMP
           
static Operator<Integer> DAY_OF_MONTH
           
static Operator<Integer> DAY_OF_WEEK
           
static Operator<Integer> DAY_OF_YEAR
           
static Operator<Integer> HOUR
           
static Operator<Integer> MILLISECOND
           
static Operator<Integer> MINUTE
           
static Operator<Integer> MONTH
           
static Operator<Integer> SECOND
           
static Operator<Comparable> SYSDATE
           
static Operator<Integer> WEEK
           
static Operator<Integer> YEAR
           
static Operator<Integer> YEAR_MONTH
           
 
Constructor Summary
Ops.DateTimeOps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_DATE

public static final Operator<Comparable> CURRENT_DATE

CURRENT_TIME

public static final Operator<Comparable> CURRENT_TIME

CURRENT_TIMESTAMP

public static final Operator<Comparable> CURRENT_TIMESTAMP

HOUR

public static final Operator<Integer> HOUR

MINUTE

public static final Operator<Integer> MINUTE

MONTH

public static final Operator<Integer> MONTH

SECOND

public static final Operator<Integer> SECOND

MILLISECOND

public static final Operator<Integer> MILLISECOND

SYSDATE

public static final Operator<Comparable> SYSDATE

YEAR

public static final Operator<Integer> YEAR

YEAR_MONTH

public static final Operator<Integer> YEAR_MONTH

WEEK

public static final Operator<Integer> WEEK

DAY_OF_WEEK

public static final Operator<Integer> DAY_OF_WEEK

DAY_OF_MONTH

public static final Operator<Integer> DAY_OF_MONTH

DAY_OF_YEAR

public static final Operator<Integer> DAY_OF_YEAR
Constructor Detail

Ops.DateTimeOps

public Ops.DateTimeOps()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.