A B C D E F G H I L M N O P Q R S T U V W Y

I

IDENTIFIER_QUOTE_END - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
IDENTIFIER_QUOTE_START - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
IN - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function IN (column-name)
InformationMap - Interface in com.sas.iquery.metadata.business
Specifies a business model that provides support for organizing its business items within an internal folder structure.
InformationMapFactory - Class in com.sas.iquery.metadata.business
Specifies a factory class for creating new instances of information map objects.
InformationMapFactory.FactorySettings.TYPE - Enum in com.sas.iquery.metadata.business
 
INITIAL_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
This step represents the initial set of members or an operation that is meant to completely replace the pre-existing state of the DataItem (eg DrillDown).
INPUT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INPUT(column-name)
INPUT_Q - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INPUT(column-name,INSERT_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
The members defined in this step are inserted in the set of members defined in the previous step.
insertResultItemsAt(DataItem, Role, int) - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Inserts the specified a data item with the specified role to the set of data items contained in this business query that make up the requested results.
IntelligentQueryMetadataServiceFactory - Class in com.sas.iquery.metadata
Specifies a factory for creating metadata service objects.
IntelligentQueryMetadataServiceFactory() - Constructor for class com.sas.iquery.metadata.IntelligentQueryMetadataServiceFactory
 
IntelligentQueryMetadataServiceInterface - Interface in com.sas.iquery.metadata
Specifies an object that is more of a container or a configuration/context of knowledge that SAS Query Services has about supported databases and server information.
INTERMODEL_ID_DELIMITER - Static variable in interface com.sas.iquery.metadata.business.Model
In an inter-model ID, this string is used to separate a model's ID and a model item's intra-model ID.
INTERNAL_AGGREGATION - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INTERNAL_AGGREGATION (column-name)
INTERNAL_AGGREGATION_ADDITIVE - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INTERNAL_AGGREGATION_ADDITIVE (column-name)
INTERSECT_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
The members defined by the intersection of this step and the outcome of previous steps.
INVALID_ID_CHARS - Static variable in interface com.sas.iquery.metadata.business.BusinessModel
List of Characters NOT allowed in an id.
InvalidIDException - Exception in com.sas.iquery.metadata
Specifies an exception that is thrown when an object's ID is not set or when the business model that created the object has an ID that is not set.
InvalidIDException(String) - Constructor for exception com.sas.iquery.metadata.InvalidIDException
Constructs an InvalidIDException with the specified detail message.
InvalidIDException(Throwable, String) - Constructor for exception com.sas.iquery.metadata.InvalidIDException
Constructs an InvalidIDException with the specified target exception and detail message.
IOM - Static variable in class com.sas.iquery.metadata.serverprop.ConnectionType
Corresponds to the SAS IOM connection type for connecting to the various types of SAS data servers.
IQAppliedFilter - Interface in com.sas.iquery.execution2
The applied filter represents the selection on an applied filter.
IQDataServices - Class in com.sas.iquery.dataservices
Specifies an object that provides access to SAS Query Services.
IQDataServices() - Constructor for class com.sas.iquery.dataservices.IQDataServices
 
IQDataServicesFactory - Class in com.sas.iquery.dataservices
Specifies a factory for creating IQDataServices objects.
IQDataServicesFactory() - Constructor for class com.sas.iquery.dataservices.IQDataServicesFactory
 
IQOlapAppliedFilter - Class in com.sas.iquery.execution2
The IQOlapAppliedFilter represents any filters that the user has applied to an OLAP result set.
IQOlapAppliedFilter(List<QualifiedLevel>, BusinessModel, String) - Constructor for class com.sas.iquery.execution2.IQOlapAppliedFilter
Create a new IQ OLAP applied filter object, based on the supplied levels and parent business model.
IQOlapDrillPath - Class in com.sas.iquery.execution2
The IQOlapDrillPath represents the user's drill path into an OLAP result set.
IQOlapDrillPath(LevelInterface, HierarchyInterface, DimensionInterface, TupleElementInterface, MemberInterface) - Constructor for class com.sas.iquery.execution2.IQOlapDrillPath
Create a new IQ OLAP drill path object.
IQOlapResultSetMetaData - Class in com.sas.iquery.execution2
IQOlapResultSetMetadata is an OLAP implementation of IQResultSetMetaData.
IQOlapResultSetMetaData(OLAPDataSetInterface, BusinessQuery) - Constructor for class com.sas.iquery.execution2.IQOlapResultSetMetaData
Create an IQOlapResultSetMetadata object, based on metadata derived from the underlying, concrete, OLAPDataSetInterface object and information provided by the IQ model through the input BusinessQuery.
IQRelationalResultSetMetaData - Class in com.sas.iquery.execution2
IQRelationalResultSetMetadata is a relational implementation of IQResultSetMetaData.
IQRelationalResultSetMetaData(ResultSet) - Constructor for class com.sas.iquery.execution2.IQRelationalResultSetMetaData
Create an IQRelationalResultSetMetadata object, based on metadata derived from the underlying, concrete, IQRelationalResultSetMetaData(ResultSet, BusinessQuery) - Constructor for class com.sas.iquery.execution2.IQRelationalResultSetMetaData
Create an IQRelationalResultSetMetadata object, based on metadata derived from the underlying, concrete, IQResultSetMetaData - Interface in com.sas.iquery.execution2
IQResultSetMetadata provides a mechanism for returning additional, model-derived, metadata about an underlying result set.
IQueryException - Exception in com.sas.iquery.metadata
IQueryException is a temporary superclass to MetadataException.
IQueryException(String) - Constructor for exception com.sas.iquery.metadata.IQueryException
Constructs an IQueryException with the specified detail message.
IQueryException(Throwable, String) - Constructor for exception com.sas.iquery.metadata.IQueryException
Constructs an IQueryException with the specified target exception and detail message.
IQueryServicesException - Exception in com.sas.iquery
Originally based on LocalizableException.
IQueryServicesException(String) - Constructor for exception com.sas.iquery.IQueryServicesException
Create an IQueryServicesException with a (non localized) message.
IQueryServicesException(String, Throwable) - Constructor for exception com.sas.iquery.IQueryServicesException
Create an IQueryServicesException with a (non localized) message and a cause.
IQueryServicesRuntimeException - Exception in com.sas.iquery
Originally based on LocalizableException.
IQueryServicesRuntimeException(String) - Constructor for exception com.sas.iquery.IQueryServicesRuntimeException
Create a IQueryServicesRuntimeException instance with a default message.
IQueryServicesRuntimeException(String, Throwable) - Constructor for exception com.sas.iquery.IQueryServicesRuntimeException
Create a IQueryServicesRuntimeException instance with a default message and cause.
IS_MISSING - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the IS_MISSING Comparison Operation
IS_NOT_MISSING - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the IS_NOT_MISSING Comparison Operation
IS_NOT_NULL - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the IS_NOT_NULL Comparison Operation
IS_NULL - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function IS_NULL (column-name)
isActionSupported(BusinessQueryActionType) - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Returns whether or not the specified BusinessQueryActionType is currenly supported by the BusinessQuery.
isActionSupported(DataItemActionType) - Method in interface com.sas.iquery.metadata.business.DataItem
Returns whether or not the specified DataItemActionType is currenly supported by the DataItem.
isAggregationTypeModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
 
isAggregationTypeSupported(Function) - Method in interface com.sas.iquery.metadata.business.DataItem
Returns whether a particular aggregationType is supported.
isAllLevel() - Method in interface com.sas.iquery.execution2.DrillPath
Return true if the top level of the dimension containing the specified element is an "All" level, otherwise return false.
isAllLevel() - Method in class com.sas.iquery.execution2.IQOlapDrillPath
 
isBinary() - Method in class com.sas.iquery.metadata.serverprop.Operator
Returns whether this operator definition is for a binary operator or not.
isBusiness() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is business
isBusinessAndPhysical() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is both business and physical
isCalculatedItem() - Method in interface com.sas.iquery.metadata.business.DataItem
This method indicates whether the DataItem can be described as a calculated item.
isCalculatedItem() - Method in class com.sas.iquery.metadata.expr.ResourceAwareStringExpression
Checks whether a this expression is a calculated item
isCalculatedItem() - Method in class com.sas.iquery.metadata.expr.StringExpression
Checks whether a StringExpression is a calculated item
isCompatibleWith(List<ExpressionInterface>) - Method in class com.sas.iquery.metadata.serverprop.FunctionSignature
Returns an indication of whether the list of argument expression types (expressed as a list Integer objects, each containing a constant from the ExpressionTypes class) is valid with this signature.
isCompatibleWith(ExpressionInterface) - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns true if the argument specified is a valid argument for this Parameter, false otherwise.
isCompatibleWith(ExpressionInterface) - Method in class com.sas.iquery.metadata.serverprop.ParameterType
 
isConstant() - Method in class com.sas.iquery.metadata.expr.relational.AbstractRelativeTimeValueExpression
Check to see if this expression is a constant value.
isContainedInBusinessModel() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Returns whether this object is contained in the business model that created it.
isDecimalWidthSupported() - Method in class com.sas.iquery.metadata.serverprop.formats.SASFormatAttributes
Returns if the format being described has a decimal width (d value) parameter
isDecimalWidthSupported() - Method in interface com.sas.iquery.metadata.serverprop.formats.SASFormatDescription
Returns true if the format being described has a decimal width (d value) parameter.
isDescriptionModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the Description has been modified in this object
isDescriptionsModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the localized Description has been modified in this object
isDistinct() - Method in class com.sas.iquery.metadata.serverprop.Function
Returns whether this function performs a "distinct" operation, such as in the sql COUNT DISTINCT function.
isDrillable() - Method in class com.sas.iquery.execution2.AbstractIQResultSetMetaData
The AbstractIQResultSetMetadata implementation of #isDrillable returns false.
isDrillable() - Method in class com.sas.iquery.execution2.IQOlapResultSetMetaData
The IQOlapResultSetMetadata implementation of #isDrillable returns true - OLAP result set metadata can be drilled.
isDrillable() - Method in interface com.sas.iquery.execution2.IQResultSetMetaData
Return true if this result set metadata supports drilling.
isDrillThroughAllowed() - Method in interface com.sas.iquery.metadata.business.DrillThroughToDetail
Returns whether drill through should be allowed
isEmpty() - Method in interface com.sas.iquery.metadata.business.MapFolder
Returns true if this folder contains no subfolders, items, and does not have extended attributes.
isEnumerated() - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns whether arguments supplied for this parameter must be one of several enumerated values.
isEquivalentToParent() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns the "is equivalent to parent" attribute for this object.
isExtendedAttributesModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's extended attributes will be returned on getExtendedAttriubtes().
isFilterSelectionValid(BusinessQuery, TupleElementInterface[]) - Static method in class com.sas.iquery.metadata.business.step.olap.BusinessQueryTupleFilter
Indicates whether this is a value selection for the use of a BusinessQueryTupleFilter.
isFormatModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the format has been modified.
isFormatUserDefined(String, BusinessModel, Locale) - Static method in class com.sas.iquery.metadata.serverprop.formats.SASFormatDescriptionUtil
Tests the format to see if it is user defined.
isGroupFormattingModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
returns true if the formatting action type for grouping has been overridden in this data item reference
isHidden() - Method in interface com.sas.iquery.metadata.business.ModelItemWithIdentity
Returns true if this object should not be shown to the user.
isIDOK() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Checks to see if the intra-model ID set on this object is valid and unique within the business model containing it.
isInactiveRole(BusinessQuery, Role) - Static method in class com.sas.iquery.metadata.business.Role
Checks the role specified for the query specified to see if that role when assigned to a result item will result in the result item being ignored.
isInCategory(Category) - Method in class com.sas.iquery.metadata.serverprop.Function
Returns whether this function is within the given category.
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.olap.BusinessQueryRankFilter
This method returns whether includeTies is true or false
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.olap.DataItemRankFilter
This method returns whether includeTies is true or false
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.relational.DataItemRankFilter
This method returns whether includeTies is true or false
isInMeasureDimension(BusinessModel, DataItem) - Static method in class com.sas.iquery.util.BusinessQueryOLAPUtil
Get the dimension name for an OLAP data item.
isIntraModelIDInUse(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given intra-model ID is used by an object contained within this business model.
isItemToSummarize(DataItem) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Determines whether a data item should be used in relational totals.
isLabelModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the label has been modified in this object
isLabelsModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the localized label has been modified in this object
isLegalID(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given ID has a legal format.
isLocalized() - Method in interface com.sas.iquery.metadata.serverprop.formats.SASFormatDescription
Returns true if the format is a locale based format, i.e., the output of this format will be localized based on the locale.
isLookupTypeModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the Lookup has been modified in this object
isMemberPropertiesModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's Member properties will be returned on getMemberProperties().
isMissing() - Method in class com.sas.iquery.metadata.expr.ConstantExpression
Checks if this ConstantExpression's value is a SAS MissingValue
isMissing(String) - Static method in class com.sas.iquery.metadata.expr.QueryMissingValues
Checks whether a specified value is a valid MissingValue supported by SAS in queries
isModelDetailed(DataSelection) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Returns true if the data selection will return detailed (unaggregated) data
isModelGrandTotal(DataSelection) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Check if the model is GrandTotal.
isModelRanked(DataSelection) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Checks if a data selection contains a rank filter.
isModelROLAP(DataSelection) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Checks if the given data selection is ROLAP.
isNegated() - Method in interface com.sas.iquery.metadata.business.CompoundFilter
Returns true is the compound filter is negated.
isNegated() - Method in class com.sas.iquery.metadata.business.step.CompoundStep
Tests if the expression defined in the compound step are negated or defined with a NOT
isNegated() - Method in class com.sas.iquery.metadata.business.step.olap.DataItemMemberFilter
Tests if this conditional expression is negated
isNegated() - Method in class com.sas.iquery.metadata.expr.ConditionalExpression
Returns whether this conditional expression is negated.
isNegated() - Method in class com.sas.iquery.metadata.expr.olap.TimeFilterExpression
ConditionalExpression which is inherited by this class has a isNegated.
isNegated() - Method in class com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression
ConditionalExpression which is inherited by this class has a isNegated.
isNonAdditiveMeasure(DataItem) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Returns true if the item is a non-additive measure
isOfflineResultSetsEnabled() - Method in class com.sas.iquery.dataretrieval.OfflineResultSetConfiguration
Return the configured status of offline result sets.
isOLAP() - Method in class com.sas.iquery.metadata.business.StructureOfDataItem
Returns a boolean value that indicates whether the structure is OLAP-oriented.
isOLAP() - Method in class com.sas.iquery.metadata.StructureOfData
Whether this is OLAp
isOutputResultRole(BusinessQuery, Role) - Static method in class com.sas.iquery.metadata.business.Role
Returns true if the an item using this role will be displayed as an output result on an axis or in a cell.
isPhysical() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is physical
isQuoted() - Method in class com.sas.iquery.metadata.business.LookupValue
Returns true if the unformatted value should be place within quotation marks within the data selection.
isReadOnly() - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns whether this object is read-only.
isReadOnly() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Returns whether this object is read-only.
isRelational() - Method in class com.sas.iquery.metadata.StructureOfData
Whether this is relational
isRepositoryWritable(SessionContextInterface, String) - Method in interface com.sas.iquery.metadata.IntelligentQueryMetadataServiceInterface
Returns whether the user associated with the given SessionContextInterface has write access to the named repository
isSortCriteriaModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the sort criteria has been modified in this object.
isSortDirectionModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the sort direction has been modified in this object
isSortFormattingModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
returns true if the formatting action type for sorting has been overridden in this data item reference
isStartingLevelModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Deprecated.  
isStartingLevelNameModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's starting Level Name will be returned on getStartingLevelName().
isSummarizableItem(DataItem) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Determines whether a data item should be used in relational totals.
isUnary() - Method in class com.sas.iquery.metadata.serverprop.Operator
Returns whether this operator definition is for a unary operator or not.
isUnresolved() - Method in interface com.sas.iquery.metadata.business.BusinessModelResource
Returns whether this object is unresolved or not.
isUnresolved() - Method in interface com.sas.iquery.metadata.business.ModelItemWithIdentity
Returns whether this object is unresolved or not.
isUsableInQuery() - Method in interface com.sas.iquery.metadata.business.UsabilityInterface
Returns true if this object is usable in a business query.
isUsageModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the usage has been modified in this object.
isValid() - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Returns whether this business query passes a set of base checks determining whether it is valid.
isValidFormat(String) - Method in interface com.sas.iquery.metadata.business.DataItem
This method indicates whether the specified format can be used with this data item.
isValidLabel(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Checks if a label name is valid A null label or a label containing forward slash (/) or backward slash (\) is not valid
isValidLabel(String) - Method in interface com.sas.iquery.metadata.business.MapFolder
Checks if a label name is valid A null label or a label containing forward slash (/) or backward slash (\) is not valid
isValidROLAPAggregation(DataItem, Function) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Tests if a given data item can be used with the given aggregation function in ROLAP.
isValidROLAPAggregation(Function) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Tests if a given function may be used as an aggregation for ROLAP.
isValidROLAPAggregation(FunctionNameID) - Static method in class com.sas.iquery.dataservices.DataRetrievalUtil
Tests if the function with the given name may be used as an aggregation for ROLAP.
isVarying() - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns an indication of whether this parameter is a varying-length parameter.

A B C D E F G H I L M N O P Q R S T U V W Y

Copyright © 2009 SAS Institute Inc. All Rights Reserved.