***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.iquery.metadata.business.step.relational

Provides a set of modeled "step" operations that can be applied, in a particular order, to relational data items in order to filter the data that gets returned when business queries are executed.

See:
          Description

Class Summary
DataItemRankFilter A step that is used to specify a request for the creation of a flat listing, where data is restricted based on whether it achieved a specific ranking.
 

Package com.sas.iquery.metadata.business.step.relational Description

Provides a set of modeled "step" operations that can be applied, in a particular order, to relational data items in order to filter the data that gets returned when business queries are executed.

A step or steps can be applied to a data item using the appropriate step management methods on the two interfaces.  The only step that can be applied to a relational query (at this time) is RankFilter. The RankFilter step requests the creation of a flat listing, where data is restricted based on whether it has achieved a specific ranking.  Only TopCount and BottomCount functionalities are used for relational tables.


***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.