Uses of Class
com.sas.iquery.metadata.business.BusinessQueryProperty

Packages that use BusinessQueryProperty
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. 
 

Uses of BusinessQueryProperty in com.sas.iquery.metadata.business
 

Fields in com.sas.iquery.metadata.business declared as BusinessQueryProperty
static BusinessQueryProperty BusinessQueryProperty.BUSINESS_QUERY_OLAP_CALCULATED_MEMBERS
          This property allows all members including calculated member to be shown in query.
static BusinessQueryProperty BusinessQueryProperty.BUSINESS_QUERY_OLAP_DRILLUP_IGNORED_WHEN_GETTING_BYGROUP_VALUES
          This property determines whether MDX generated will use the business query will apply the DrillupLevel upon the application of a section filter to a data selection.
static BusinessQueryProperty BusinessQueryProperty.BUSINESS_QUERY_OLAP_MEASURE_GROUPING
          This property allows measures to be grouped either by an action on the OLAP cube or set a group property
static BusinessQueryProperty BusinessQueryProperty.BUSINESS_QUERY_OLAP_SORT_PRECEDENCE
          This property determines whether MDX generated will use the business query sorting definition as precedence or combine both a DataItem and Business Query sorting definition.
static BusinessQueryProperty BusinessQueryProperty.BUSINESS_QUERY_PARENT_VALUES_TOTAL_VALUES_IGNORED
          This property determines whether to apply totals to the entire Data Selection or apply a total on discrete DataItems.
static BusinessQueryProperty BusinessQueryProperty.EFFECTIVE_RESULT_ITEMS_IGNORE_PARENT_ITEMS
          This property determines whether or not the result items from any parent query are ignored when compiling a list of effective result items for the getEffectiveResultItems() method.
static BusinessQueryProperty BusinessQueryProperty.EXCLUDE_EMPTY_DATA
          This property determines whether EMPTY data is excluded from the resulting data.
static BusinessQueryProperty BusinessQueryProperty.INLINE_SETOPERATIONDATASELECTION
          This property determines whether or not temporary tables are generated for SetOperationDataSelections wrapped by another DataSelection.
static BusinessQueryProperty BusinessQueryProperty.JOIN_PATH_OPTIMIZATIONS_DISABLED
          This is a relational only property.
static BusinessQueryProperty BusinessQueryProperty.LIBRARY_ACCESS_READONLY
          This is a relational only property.
static BusinessQueryProperty BusinessQueryProperty.OLAP_SELECTED_PARENTS_ONLY
          This property determines user selected parents are displayed for axis totals, subtotals, all totals, and parents values.
static BusinessQueryProperty BusinessQueryProperty.PERSIST_GROUPINGS
          This property allows the active list of groups on a business query to be persisted.
static BusinessQueryProperty BusinessQueryProperty.RESULT_ALIAS_IN_GROUP_BY
          Deprecated. This property will exist only in the s0se16 track. This option is not persisted.
static BusinessQueryProperty BusinessQueryProperty.RETURN_DISTINCT_VALUES
          This property determines whether only DISTINCT values are returned.
static BusinessQueryProperty BusinessQueryProperty.RETURN_UNFORMATTED_DATA
          This property determines whether FORMATTED or UNFORMATTED data is returned.
static BusinessQueryProperty BusinessQueryProperty.TEMP_IS_VIEW
          Deprecated. This option is not persisted or supported.
 

Methods in com.sas.iquery.metadata.business that return BusinessQueryProperty
static BusinessQueryProperty BusinessQueryProperty.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, BusinessQueryProperty defaultValue)
          IQ-use only -- do not call.
static BusinessQueryProperty BusinessQueryProperty.fromPersistedForm(java.lang.String value)
          Deprecated.  
static BusinessQueryProperty BusinessQueryProperty.fromPersistentForm(java.lang.String value)
          IQ-use only -- do not call.
static BusinessQueryProperty BusinessQueryProperty.fromPersistentFormV2(java.lang.String attrName, java.lang.String persistentForm)
          IQ-use only -- do not call.
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type BusinessQueryProperty
 java.util.Enumeration<BusinessQueryProperty> BusinessQueryProperty.enumerateSiblings()
          IQ-use only -- do not call.
static java.util.Enumeration<BusinessQueryProperty> BusinessQueryProperty.enumeration()
          IQ-use only -- do not call.
 

Methods in com.sas.iquery.metadata.business with parameters of type BusinessQueryProperty
static BusinessQueryProperty BusinessQueryProperty.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, BusinessQueryProperty defaultValue)
          IQ-use only -- do not call.
 boolean BusinessQuery.getQueryProperty(BusinessQueryProperty prop)
          Returns the boolean value of a specified query property.
 void BusinessQuery.setQueryProperty(BusinessQueryProperty prop, boolean value)
          Sets the value of the specified query property in this object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.