com.mysema.query.types
Interface Ops.DateTimeOps

Enclosing interface:
Ops

public static interface Ops.DateTimeOps

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
           
 

Field Detail

CURRENT_DATE

static final Operator<Comparable> CURRENT_DATE

CURRENT_TIME

static final Operator<Comparable> CURRENT_TIME

CURRENT_TIMESTAMP

static final Operator<Comparable> CURRENT_TIMESTAMP

HOUR

static final Operator<Integer> HOUR

MINUTE

static final Operator<Integer> MINUTE

MONTH

static final Operator<Integer> MONTH

SECOND

static final Operator<Integer> SECOND

MILLISECOND

static final Operator<Integer> MILLISECOND

SYSDATE

static final Operator<Comparable> SYSDATE

YEAR

static final Operator<Integer> YEAR

YEAR_MONTH

static final Operator<Integer> YEAR_MONTH

WEEK

static final Operator<Integer> WEEK

DAY_OF_WEEK

static final Operator<Integer> DAY_OF_WEEK

DAY_OF_MONTH

static final Operator<Integer> DAY_OF_MONTH

DAY_OF_YEAR

static final Operator<Integer> DAY_OF_YEAR


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