Uses of Interface
com.sas.iquery.metadata.expr.DataItemContainerExpression

Packages that use DataItemContainerExpression
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
 

Uses of DataItemContainerExpression in com.sas.iquery.metadata.business
 

Subinterfaces of DataItemContainerExpression in com.sas.iquery.metadata.business
 interface DataItem
          Provides support for the mapping of physical data to a single unit of business data.
 interface DataItemReference
          Specifies a reference to a DataItem object along with some set of overridden attributes of the base data item.
 

Uses of DataItemContainerExpression in com.sas.iquery.metadata.expr
 

Classes in com.sas.iquery.metadata.expr that implement DataItemContainerExpression
 class FunctionCall
          Models a call to a function that is specified by a given function definition and some, possibly empty, set of arguments that meets the requirements of a FunctionSignature that is associated with the given Function.
 class ResourceAwareStringExpression
          Specifies a "string form" of an expression that provides support for identifying certain resources within the string syntax.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.