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

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/timestamps.
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 to IQ - do not use.
 TimeShiftDirection AbstractRelativeTimeValueExpression.getShiftDirection()
          Get the shiftDirection of shift for this date object.
 

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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.