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

C

CAPTION_LABEL_MAX_LENGTH - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the maximum number of characters that can be used for the label of a business item in an information map.
CAPTION_LABEL_VALID_CHARS_RULE_ATTR - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the rule for verifying what string can be used for the label of a business item in an information map.
CascadableFilter - Interface in com.sas.iquery.metadata.business
A class that implements this interface can by used by the the FilterCascadeInterface as a dependent filter.
CascadeRule - Interface in com.sas.iquery.metadata.business
Contains the collection of dependent CascadeRuleItem objects and CascadableFilter objects for single CascadeRuleItem.
CascadeRuleItem - Interface in com.sas.iquery.metadata.business
 
CascadeRuleSet - Interface in com.sas.iquery.metadata.business
Contains the set of CascadeRule objects defined on a business query
CASE_SEARCH - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CASE WHEN {0} THEN {1} END
CASE_SIMPLE - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CASE {0} WHEN {1} THEN {2} END
CASE_WHENTHEN - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CASE extra clauses of WHEN {0} THEN {1}
CAT_AGGREGATE - Static variable in class com.sas.iquery.metadata.serverprop.Category
Aggregating functions category
CAT_ALL - Static variable in class com.sas.iquery.metadata.serverprop.Category
All functions and operators category
CAT_COMPARISON - Static variable in class com.sas.iquery.metadata.serverprop.Category
Comparison operators category
CAT_CONDITIONAL - Static variable in class com.sas.iquery.metadata.serverprop.Category
Conditional operators category
CAT_COUNTING_AGGREGATE - Static variable in class com.sas.iquery.metadata.serverprop.Category
Counting aggregating functions category
CAT_FUNCTIONS - Static variable in class com.sas.iquery.metadata.serverprop.Category
Functions (but no operators) category
CAT_LANGUAGE_SYNTAX - Static variable in class com.sas.iquery.metadata.serverprop.Category
Language syntax operators category
CAT_LOGICAL - Static variable in class com.sas.iquery.metadata.serverprop.Category
Logical operators category
CAT_NONCOUNTING_AGGREGATE - Static variable in class com.sas.iquery.metadata.serverprop.Category
Noncounting aggregating functions
CAT_OPERATORS - Static variable in class com.sas.iquery.metadata.serverprop.Category
Operators category
CAT_SCALAR - Static variable in class com.sas.iquery.metadata.serverprop.Category
Scalar operators category
Category - Class in com.sas.iquery.metadata.serverprop
Defines categories or groupings of function and operator definitions that are found within a ServerProperties object.
ChangeHistoryItem - Class in com.sas.iquery.metadata.business
Contains a single piece of history about a change that was made.
CHARACTER_CATEGORY - Static variable in class com.sas.iquery.metadata.serverprop.formats.SASFormatCategory
Fast access to Character SAS format
CHARACTER_FORMAT - Static variable in class com.sas.iquery.metadata.serverprop.formats.SASFormatCategory
Indication of character format
CHILDREN_NAVIGATION_FILTER_TYPE - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemNavigationFilter
This navigation filter type returns the children of the member.
cleanUpNullRolesInQuery(BusinessQuery) - Static method in class com.sas.iquery.util.BusinessQueryOLAPUtil
This method applies an appropriate role to any dataItem found in a data selection where it's role contains a null value.
clear() - Method in interface com.sas.iquery.metadata.business.BusinessGroup
Removes all of the items from this group.
clearExpressions() - Method in class com.sas.iquery.metadata.expr.MultipleConditionalExpression
Removes all the expressions in the list
close(SessionContextInterface) - Method in class com.sas.iquery.dataretrieval.QueryConnector
Closes all connections and result sets associated with the SessionContext specified.
close() - Method in interface com.sas.iquery.execution2.ResultSetInterface
Close the result set.
closeResources(SessionContextInterface, int) - Method in class com.sas.iquery.dataretrieval.QueryConnector
Closes resources as specified by the options.
closeResources(SessionContextInterface, int) - Method in interface com.sas.iquery.dataretrieval.QueryConnectorInterface
Closes resources as specified by the options.
closeResult(ResultSetInterface) - Method in class com.sas.iquery.dataretrieval.QueryConnector
Closes a single result set.
closeResult(ResultSetInterface) - Method in interface com.sas.iquery.dataretrieval.QueryConnectorInterface
Closes a single result set.
COLUMN - Static variable in class com.sas.iquery.metadata.business.Role
This role is used, when specifying a data item as a result item in a BusinessQuery, to request a result item to be on the COLUMN axis in the result set returned by SAS Query Services' data services component when processing the query.
com.sas.iquery - package com.sas.iquery
Provides an API that enables an application to present information in business terms rather than database schema terms and to create queries to retrieve the underlying physical data.
com.sas.iquery.dataretrieval - package com.sas.iquery.dataretrieval
Provides entry points that are used to retrieve result data by executing queries (data selections).
com.sas.iquery.dataretrieval.convenience.olap - package com.sas.iquery.dataretrieval.convenience.olap
Provides utility classes that are used to manipulate  OLAP results.
com.sas.iquery.dataservices - package com.sas.iquery.dataservices
Provides utility classes and methods that are used to read information maps and retrieve filter values.
com.sas.iquery.execution2 - package com.sas.iquery.execution2
Provides interfaces and exceptions that are related to SAS Query Services query execution.
com.sas.iquery.generation2 - package com.sas.iquery.generation2
Provides interfaces and exceptions that are related to SAS Query Services query generation.
com.sas.iquery.metadata - package com.sas.iquery.metadata
Top-level package for SAS Query Services's three models, the business model, physical model, and expression model, which are all used in defining information maps and data selections.
com.sas.iquery.metadata.business - package 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.business.step - package com.sas.iquery.metadata.business.step
Provides a set of modeled "step" operations that can be applied, in a particular order, to data items and business queries to modify the results of a query.
com.sas.iquery.metadata.business.step.olap - package com.sas.iquery.metadata.business.step.olap
Provides a set of modeled "step" operations that can be applied, in a particular order, to OLAP data items and business queries in order to filter the data that gets returned when business queries are executed.
com.sas.iquery.metadata.business.step.relational - package com.sas.iquery.metadata.business.step.relational
Provides a set of modeled "step" operations that can be applied, in a particular order, to relational data items in order to filter the data that gets returned when business queries are executed.
com.sas.iquery.metadata.expr - package com.sas.iquery.metadata.expr
Provides classes that are used to model expressions, which are used to compose data items and filters.
com.sas.iquery.metadata.expr.olap - package com.sas.iquery.metadata.expr.olap
Provides classes used to define OLAP expressions usable within a business model for defining portions of an OLAP business query.
com.sas.iquery.metadata.expr.relational - package com.sas.iquery.metadata.expr.relational
Provides classes that are used to model relational database expressions which are typically used when defining the expression portion of filters.
com.sas.iquery.metadata.serverprop - package com.sas.iquery.metadata.serverprop
Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions.
com.sas.iquery.metadata.serverprop.formats - package com.sas.iquery.metadata.serverprop.formats
Server properties classes that describe SAS formats.
com.sas.iquery.util - package com.sas.iquery.util
Utility classes that SAS Query Services makes available for use with its models.
COMPARE_EQ - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "equals" comparison operator.
COMPARE_GE - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "greater than or equals" comparison operator.
COMPARE_GT - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "greater than" comparison operator.
COMPARE_LE - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "less than or equals" comparison operator.
COMPARE_LT - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "less than" comparison operator.
COMPARE_NEQ - Static variable in class com.sas.iquery.metadata.expr.ComparisonOperator
The "not equals" comparison operator.
compareTo(Category) - Method in class com.sas.iquery.metadata.serverprop.Category
Implementation of this method required by the Comparable interface that compares this type of object based on an internally represented form.
ComparisonOperator - Class in com.sas.iquery.metadata.expr
Models the different types of common comparison operators that are used by relational and multi-dimensional databases.
CompoundConditionalExpression - Class in com.sas.iquery.metadata.expr
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.
CompoundConditionalExpression() - Constructor for class com.sas.iquery.metadata.expr.CompoundConditionalExpression
 
CompoundFilter - Interface in com.sas.iquery.metadata.business
Specifies a filter that is definedin terms of other separately defined filters.
CompoundStep - Class in com.sas.iquery.metadata.business.step
Enables a user to group a set of steps together.
CompoundStep() - Constructor for class com.sas.iquery.metadata.business.step.CompoundStep
A constructor that initializes a CompoundStep
computeModelVersion() - Method in interface com.sas.iquery.metadata.business.Model
Deprecated. use the save options on the InformationMap.save(FolderInterface, String, Map) method
CONCATENATION - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the CONCATENATION Operation "x"||"y"
ConditionalExpression - Class in com.sas.iquery.metadata.expr
Specifies the abstract base class for all conditional expression classes.
ConditionalExpression() - Constructor for class com.sas.iquery.metadata.expr.ConditionalExpression
 
ConditionalRelationType - Class in com.sas.iquery.metadata.expr
Contains the types of conditional relations (AND and OR) that are used to create compound objects such as CompoundConditionalExpression objects, MultipleConditionalExpression objects, and CompoundFilter objects.
ConnectionConfiguration - Class in com.sas.iquery.dataretrieval
Contains settings that are used to configure connection behaviour.
ConnectionConfiguration() - Constructor for class com.sas.iquery.dataretrieval.ConnectionConfiguration
Creates a new connection configuration with default settings.
ConnectionConfiguration(ConnectionConfiguration) - Constructor for class com.sas.iquery.dataretrieval.ConnectionConfiguration
Copy constructor.
ConnectionType - Class in com.sas.iquery.metadata.serverprop
Defines the types of connections to data servers that are supported by SAS Query Services.
ConstantExpression - Class in com.sas.iquery.metadata.expr
Specifies a constant value modeled as a string with an expression type.
ConstantExpression() - Constructor for class com.sas.iquery.metadata.expr.ConstantExpression
 
ConstantExpression(String, int) - Constructor for class com.sas.iquery.metadata.expr.ConstantExpression
Creates an ConstantExpression with the specified value and type.
contains(BusinessModelObject) - Method in interface com.sas.iquery.metadata.business.BusinessGroup
Returns an indication of whether the given business model object is contained within this group.
contains(BusinessModelObject, boolean) - Method in interface com.sas.iquery.metadata.business.BusinessGroup
Returns an indication of whether the given business model object is contained within this group or subgroups.
contains(BusinessModelObject) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given business model object is contained within the lists (of data sources, business rules, or business items) managed by this object.
contains(boolean, BusinessModelObject) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given business model object is contained within the lists (of data sources, business rules, or business items) managed by this object or any base models.
CONTAINS - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CONTAINS (column-name)
containsAggregateFunction(ServerProperties) - Method in class com.sas.iquery.metadata.expr.ResourceAwareStringExpression
Checks to see if the text contains one of the server's aggregate functions
containsAggregateFunction(ServerProperties) - Method in class com.sas.iquery.metadata.expr.StringExpression
Checks to see if the text contains one of the server's aggregate functions
containsAggregateFunction(String) - Method in class com.sas.iquery.metadata.serverprop.ServerProperties
Returns true if the expressionText has a aggregation in it.
containsDependentFilter(CascadableFilter) - Method in interface com.sas.iquery.metadata.business.CascadeRule
Returns true if specified CascadableFilter is already contained in the dependent filters list.
containsOrphans() - Method in class com.sas.iquery.metadata.expr.olap.MemberFilterExpression
Indicate that orphaned members exist.
containsUserTypedAggregation() - Method in interface com.sas.iquery.metadata.expr.DataItemContainerExpression
Return true if this expression or any of its dataitems have an aggregation in their expression text.
containsUserTypedAggregation() - Method in class com.sas.iquery.metadata.expr.FunctionCall
 
containsUserTypedAggregation() - Method in class com.sas.iquery.metadata.expr.ResourceAwareStringExpression
Return true if this expression or any of its dataitems have expressions that have user typed aggregations
copyFolderItems(List) - Method in interface com.sas.iquery.metadata.business.MapFolder
Copies the list of FolderItems to this folder.
COUNT - Static variable in class com.sas.iquery.metadata.business.step.olap.BusinessQueryRankFilter
Defines a "Count" rank type where the numbers directly references the number of items to be returned.
COUNT - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemRankFilter
Defines a "Count" rank type where the numbers directly references the number of items to be returned.
COUNT - Static variable in class com.sas.iquery.metadata.business.step.relational.DataItemRankFilter
Defines a "Count" rank type where the numbers directly references the number of items to be returned.
COUNT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function COUNT(column-name)
COUNT_DISTINCT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function COUNT_DISTRINT(column-name)
COUNT_PLUS_NMISS - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function COUNT_PLUS_NMISS(column-name)
COUNT_PLUS_NMISS_DISTINCT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function COUNT_PLUS_NMISS_DISTINCT (column-name)
COUNT_STAR - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function COUNT(*)
CSS - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CSS(column-name)
CSS_DISTINCT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CSS_DISTINCT(column-name)
CUBE_VALUES - Static variable in class com.sas.iquery.metadata.business.BusinessQueryTotalModeType
This action defines that totaling is applied using cube values (therefore the totaling row may include values that have been filtered out)
CUMULATIVE - Static variable in class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure
This is a function that will calculate the cumulative value in measure over a period.
CURRENCY_CONVERSION_CATEGORY - Static variable in class com.sas.iquery.metadata.serverprop.formats.SASFormatCategory
Fast access to Currency SAS format
CURRENCY_CONVERSION_FORMAT - Static variable in class com.sas.iquery.metadata.serverprop.formats.SASFormatCategory
Indication of Currency format
CURRENT - Static variable in class com.sas.iquery.metadata.expr.relational.TimeShiftDirection
The "current" type representing the current time/date/timestamp.
CV - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CV(column-name)
CV_DISTINCT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function CV_DISTINCT(column-name)

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.