|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use TimeShiftDirection | |
|---|---|
| com.sas.iquery.metadata.expr.relational | Provides classes that are used to model relational database expressions which are typically used when defining the expression portion of filters. |
| Uses of TimeShiftDirection in com.sas.iquery.metadata.expr.relational |
|---|
| Fields in com.sas.iquery.metadata.expr.relational declared as TimeShiftDirection | |
|---|---|
static TimeShiftDirection |
TimeShiftDirection.CURRENT
The "current" type representing the current time/date/timestamp |
static TimeShiftDirection |
TimeShiftDirection.NEXT
The "next" type representing the future in time/date/timestamp |
static TimeShiftDirection |
TimeShiftDirection.PREVIOUS
The "previous" type representing the past in time/date/timestamps |
| Methods in com.sas.iquery.metadata.expr.relational that return TimeShiftDirection | |
|---|---|
protected static TimeShiftDirection |
TimeShiftDirection.fromPersistentForm(java.lang.String inValue)
Internal IQ use only! |
TimeShiftDirection |
AbstractRelativeTimeValueExpression.getShiftDirection()
Get the shiftDirection of shift for this date object. |
| Methods in com.sas.iquery.metadata.expr.relational that return types with arguments of type TimeShiftDirection | |
|---|---|
static java.util.List<TimeShiftDirection> |
TimeShiftDirection.getValues()
Get the list of supported TimeShiftDirection types. |
| Methods in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftDirection | |
|---|---|
void |
AbstractRelativeTimeValueExpression.setShiftDirection(TimeShiftDirection direction)
Set the shiftDirection of shift for this date object. |
| Constructors in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftDirection | |
|---|---|
AbstractRelativeTimeValueExpression(ExpressionInterface exp,
TimeShiftUnit unitValue,
TimeShiftDirection directionValue,
int multiplierValue,
TimeShiftAlignment alignmentValue,
boolean isConstant)
Constructor used to set values internally. |
|
RelativeDateValueExpression(ExpressionInterface shiftFrom,
TimeShiftUnit unitValue,
TimeShiftDirection directionValue,
int multiplierValue,
TimeShiftAlignment alignmentValue)
Create a RelativeDateValueExpression setting all values using input. |
|
RelativeTimestampValueExpression(ExpressionInterface shiftFrom,
TimeShiftUnit unitValue,
TimeShiftDirection directionValue,
int multiplierValue,
TimeShiftAlignment alignmentValue)
Create a RelativeTimestampValueExpression setting all values using input. |
|
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||