|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeShiftAlignment | |
---|---|
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 TimeShiftAlignment in com.sas.iquery.metadata.expr.relational |
---|
Fields in com.sas.iquery.metadata.expr.relational declared as TimeShiftAlignment | |
---|---|
static TimeShiftAlignment |
TimeShiftAlignment.BEGINNING_OF
TimeShiftAlignment object representing startingAlignment to the beginning. |
static TimeShiftAlignment |
TimeShiftAlignment.END_OF
TimeShiftAlignment object representing end startingAlignment. |
static TimeShiftAlignment |
TimeShiftAlignment.MIDDLE_OF
TimeShiftAlignment object representing middle startingAlignment. |
static TimeShiftAlignment |
TimeShiftAlignment.NONE
TimeShiftAlignment object representing no startingAlignment. |
Methods in com.sas.iquery.metadata.expr.relational that return TimeShiftAlignment | |
---|---|
protected static TimeShiftAlignment |
TimeShiftAlignment.fromPersistentForm(java.lang.String str)
Returns the object corresponding to the persistent form of the object's string |
TimeShiftAlignment |
AbstractRelativeTimeValueExpression.getAlignment()
Starting alignment is used to align the outputing time to the begining, end, middle, or sameday of the output shiftUnit. |
Methods in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftAlignment | |
---|---|
void |
AbstractRelativeTimeValueExpression.setAlignment(TimeShiftAlignment alignment)
Starting alignment is used to align the outputing time to the begining, end, middle, or sameday of the output shiftUnit. |
Constructors in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftAlignment | |
---|---|
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 |