|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use FilterCascadeContainer | |
|---|---|
| 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 FilterCascadeContainer in com.sas.iquery.metadata.business |
|---|
| Subinterfaces of FilterCascadeContainer in com.sas.iquery.metadata.business | |
|---|---|
interface |
CompoundFilter
Specifies a filter that is defined in terms of other separately defined filters. |
interface |
FilterCascadeContainerUpdater
Business objects that can modify there list of FilterCascadeInterfaces
should implement this interface. |
interface |
FilterItem
Contains a single conditional expression which is used to filter data when running a query and typically yields a result set containing less data. |
| Uses of FilterCascadeContainer in com.sas.iquery.metadata.expr |
|---|
| Classes in com.sas.iquery.metadata.expr that implement FilterCascadeContainer | |
|---|---|
class |
CompoundConditionalExpression
Models a conditional expression that is made up of one or two sub conditional expressions adjoined by an AND or OR relation, and optionally negated. |
class |
MultipleConditionalExpression
Models a conditional expression that is a combination of one or more Boolean subexpressions. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||