Uses of Interface
com.sas.dataselectors.totals.TotalsSelectorInterface

Packages that use TotalsSelectorInterface
com.sas.dataselectors.totals Interfaces, adapters and factories related to the Totals Selector. 
 

Uses of TotalsSelectorInterface in com.sas.dataselectors.totals
 

Subinterfaces of TotalsSelectorInterface in com.sas.dataselectors.totals
 interface OLAPTotalsSelectorInterface
          Represents an adapter for the Totals Selector that deals with multidimensional data (usually named OLAP data).
 interface RelationalTotalsSelectorInterface
          Represents an adapter for the Totals Selector that deals with non multidimensional data (usually named relational or jdbc data).
 

Classes in com.sas.dataselectors.totals that implement TotalsSelectorInterface
 class BaseTotalsSelectorAdapter
          Base class that contains attributes and methods common to the different Totals Selector adapters.
 class OLAPTotalsSelectorAdapter
          Totals Selector adapter for multidimensional data.
 class RelationalTotalsSelectorAdapter
          It's an implementation of a Totals Selector adapter for non multidimensional (relational) data.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.