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

Packages that use TimeShiftUnit
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 TimeShiftUnit in com.sas.iquery.metadata.expr.relational
 

Fields in com.sas.iquery.metadata.expr.relational declared as TimeShiftUnit
static TimeShiftUnit TimeShiftUnit.DAY
          This represents a "day" of time to shift by.
static TimeShiftUnit TimeShiftUnit.HOUR
          This represents a "hour" of time to shift by.
static TimeShiftUnit TimeShiftUnit.MINUTE
          This represents a "minute" of time to shift by.
static TimeShiftUnit TimeShiftUnit.MONTH
          This represents a "month" of time to shift by.
static TimeShiftUnit TimeShiftUnit.QUARTER
          This represents a "quarter" of time to shift by.
static TimeShiftUnit TimeShiftUnit.SECOND
          This represents a "second" of time to shift by.
static TimeShiftUnit TimeShiftUnit.WEEK
          This represents a "week" of time to shift by.
static TimeShiftUnit TimeShiftUnit.WEEKDAY
          This represents a "weekday" of time to shift by.
static TimeShiftUnit TimeShiftUnit.YEAR
          This represents a "year" of time to shift by.
 

Methods in com.sas.iquery.metadata.expr.relational that return TimeShiftUnit
protected static TimeShiftUnit TimeShiftUnit.fromPersistentForm(java.lang.String attr)
          Internal IQ use only.
protected  TimeShiftUnit RelativeTimestampValueExpression.getBaseTimeUnit()
           
protected  TimeShiftUnit RelativeDateValueExpression.getBaseTimeUnit()
           
protected abstract  TimeShiftUnit AbstractRelativeTimeValueExpression.getBaseTimeUnit()
          Get the base time unit for this type of time object.
 TimeShiftUnit AbstractRelativeTimeValueExpression.getShiftUnit()
          Method getUnit
 

Methods in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftUnit
 void AbstractRelativeTimeValueExpression.setShiftUnit(TimeShiftUnit unit)
          Method setUnit
 

Constructors in com.sas.iquery.metadata.expr.relational with parameters of type TimeShiftUnit
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.