Uses of Class
com.sas.iquery.metadata.expr.relational.TimeShiftAlignment

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.
static TimeShiftAlignment TimeShiftAlignment.SAMEDAY_OF
          TimeShiftAlignment object representing sameday startingAlignment.
 

Methods in com.sas.iquery.metadata.expr.relational that return TimeShiftAlignment
protected static TimeShiftAlignment TimeShiftAlignment.fromPersistentForm(java.lang.String str)
          Internal IQ use only!
 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 that return types with arguments of type TimeShiftAlignment
static java.util.List<TimeShiftAlignment> TimeShiftAlignment.getValues()
          Get the list of supported TimeShiftAlignment types.
 

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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.