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

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

Fields in com.sas.iquery.metadata.expr.relational declared as RelativeDateValueExpression
static RelativeDateValueExpression RelativeDateValueExpression.TOMORROW
          Tomorrow represents (TODAY + 1)
static RelativeDateValueExpression RelativeDateValueExpression.YESTERDAY
          Yesterday represents (TODAY - 1)
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.