|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ConditionalRelationType | |
|---|---|
| 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 ConditionalRelationType in com.sas.iquery.metadata.business |
|---|
| Methods in com.sas.iquery.metadata.business that return ConditionalRelationType | |
|---|---|
abstract ConditionalRelationType |
CompoundFilter.getRelationType()
Gets the relation type for the expression. |
| Methods in com.sas.iquery.metadata.business with parameters of type ConditionalRelationType | |
|---|---|
abstract void |
CompoundFilter.setRelationType(ConditionalRelationType relationType)
Sets the relation type with a value from class ConditionalRelationType |
| Uses of ConditionalRelationType in com.sas.iquery.metadata.expr |
|---|
| Fields in com.sas.iquery.metadata.expr declared as ConditionalRelationType | |
|---|---|
static ConditionalRelationType |
ConditionalRelationType.AND
The "logical AND" relation type |
static ConditionalRelationType |
ConditionalRelationType.OR
The "logical OR" relation type |
| Methods in com.sas.iquery.metadata.expr that return ConditionalRelationType | |
|---|---|
static ConditionalRelationType |
ConditionalRelationType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder,
java.lang.String attrName,
ConditionalRelationType defaultValue)
IQ-use only -- do not call. |
static ConditionalRelationType |
ConditionalRelationType.fromPersistentForm(java.lang.String str)
IQ-use only -- do not call. |
static ConditionalRelationType |
ConditionalRelationType.fromPersistentFormV2(java.lang.String attrName,
java.lang.String persistentForm)
IQ-use only -- do not call. |
ConditionalRelationType |
MultipleConditionalExpression.getRelationType()
Returns a relation type (AND and OR) used in creating this MultipleConditionalExpression. |
ConditionalRelationType |
CompoundConditionalExpression.getRelationType()
Returns a relation type from the values in class ConditionalRelationType. |
| Methods in com.sas.iquery.metadata.expr that return types with arguments of type ConditionalRelationType | |
|---|---|
java.util.Enumeration<ConditionalRelationType> |
ConditionalRelationType.enumerateSiblings()
IQ-use only -- do not call. |
static java.util.Enumeration<ConditionalRelationType> |
ConditionalRelationType.enumeration()
IQ-use only -- do not call. |
| Methods in com.sas.iquery.metadata.expr with parameters of type ConditionalRelationType | |
|---|---|
static ConditionalRelationType |
ConditionalRelationType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder,
java.lang.String attrName,
ConditionalRelationType defaultValue)
IQ-use only -- do not call. |
void |
MultipleConditionalExpression.setRelationType(ConditionalRelationType relationType)
Sets the relation type with a value from class ConditionalRelationType. |
void |
CompoundConditionalExpression.setRelationType(ConditionalRelationType relationType)
Sets the relation type with a value from class ConditionalRelationType |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||