|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.expr.relational.TimeShiftUnit
public class TimeShiftUnit
Models the specific amounts to shift by when using relative time expressions.
Field Summary | |
---|---|
static TimeShiftUnit |
DAY
This represents a "day" of time to shift by. |
static TimeShiftUnit |
HOUR
This represents a "hour" of time to shift by. |
static TimeShiftUnit |
MINUTE
This represents a "minute" of time to shift by. |
static TimeShiftUnit |
MONTH
This represents a "month" of time to shift by. |
static TimeShiftUnit |
QUARTER
This represents a "quarter" of time to shift by. |
static TimeShiftUnit |
SECOND
This represents a "second" of time to shift by. |
static TimeShiftUnit |
WEEK
This represents a "week" of time to shift by. |
static TimeShiftUnit |
WEEKDAY
This represents a "weekday" of time to shift by. |
static TimeShiftUnit |
YEAR
This represents a "year" of time to shift by. |
Method Summary | |
---|---|
static java.util.List |
getValues()
Get this list of supported types. |
Field Detail |
---|
public static final TimeShiftUnit SECOND
public static final TimeShiftUnit MINUTE
public static final TimeShiftUnit HOUR
public static final TimeShiftUnit DAY
public static final TimeShiftUnit WEEK
public static final TimeShiftUnit WEEKDAY
public static final TimeShiftUnit MONTH
public static final TimeShiftUnit QUARTER
public static final TimeShiftUnit YEAR
Method Detail |
---|
public static java.util.List getValues()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |