|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceScope | |
---|---|
com.sas.iquery.metadata.expr | Provides classes that are used to model expressions, which are used to compose data items and filters. |
Uses of ResourceScope in com.sas.iquery.metadata.expr |
---|
Fields in com.sas.iquery.metadata.expr declared as ResourceScope | |
---|---|
static ResourceScope |
ResourceScope.BUSINESS_AND_PHYSICAL_SCOPE
|
static ResourceScope |
ResourceScope.BUSINESS_SCOPE
|
static ResourceScope |
ResourceScope.PHYSICAL_SCOPE
|
Methods in com.sas.iquery.metadata.expr that return ResourceScope | |
---|---|
static ResourceScope |
ResourceScope.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder,
java.lang.String attrName,
ResourceScope defaultValue)
IQ-use only -- do not call. |
static ResourceScope |
ResourceScope.fromPersistentFormV2(java.lang.String attrName,
java.lang.String persistentForm)
IQ-use only -- do not call. |
ResourceScope |
ResourceAwareStringExpression.getResourceScope()
|
ResourceScope |
ResourceIdentificationError.getScope()
Returns the ressource scope |
static ResourceScope |
ResourceScope.getScope(int type)
Returns a ResourceScope given a type |
Methods in com.sas.iquery.metadata.expr with parameters of type ResourceScope | |
---|---|
static ResourceScope |
ResourceScope.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder,
java.lang.String attrName,
ResourceScope defaultValue)
IQ-use only -- do not call. |
abstract java.lang.String |
StringExpressionUtil.getText(ExpressionInterface expr,
ResourceScope scope,
BusinessModel businessModel)
Get the Expression String |
java.lang.String |
ResourceAwareStringExpression.getText(ResourceScope scope,
BusinessModel businessModel)
Get the Expression String This is the human readable String |
abstract ExpressionInterface |
StringExpressionUtil.newExpression(BusinessModel businessModel,
java.lang.String expr,
int expressionType,
ResourceScope scope)
Create a new ExpressionInterface. |
Constructors in com.sas.iquery.metadata.expr with parameters of type ResourceScope | |
---|---|
ResourceAwareStringExpression(BusinessModel businessModel,
com.sas.iquery.metadata.expr.parser.ExpressionIdentifierList exprList,
int expressionType,
ResourceScope scope)
Constructor Build a ResourceAwareExpression from an identifier list The Expression will not be "parsed" during construction. |
|
ResourceAwareStringExpression(BusinessModel businessModel,
java.lang.String expression,
int expressionType,
ResourceScope scope)
Constructor As part of construction Resource Identification is performed using the ResourceScope and BusinessModel provided during construction |
|
ResourceAwareStringExpression(com.sas.iquery.metadata.expr.parser.ExpressionIdentifierList exprList,
int expressionType,
ResourceScope scope)
Constructor Build a ResourceAwareExpression from an identifier list The Expression will not be "parsed" during construction. |
|
ResourceIdentificationError(com.sas.iquery.util.impl.MessageFormatter errorMessage,
ResourceScope scope,
int startIndex,
int endIndex)
Constructor used to create an resource identification error object |
|
ResourceIdentificationException(com.sas.iquery.util.impl.MessageFormatter msg,
ResourceScope scope,
int startIndex,
int endIndex)
Constructs a ResourceIdentificationException with the specified detail message. |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |