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

T

T - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function T(column-name)
T_DISTINCT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function NMISS_DISTINCT(column-name)
tableC(String, String, int) - Method in class com.sas.iquery.dataretrieval.convenience.SimpleTableQuery
 
tableMap(String, List<String>) - Method in class com.sas.iquery.dataretrieval.convenience.SimpleTableQuery
 
tableN(String, String, int) - Method in class com.sas.iquery.dataretrieval.convenience.SimpleTableQuery
 
tableName(String) - Method in interface com.sas.iquery.metadata.business.Export
Tablename to create when exporting to SAS library
TABULAR - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by SimpleQueryConnector.getResultSetStructure(BusinessQuery) for tabular result sets (relational data)
TABULAR_BASIC_RESULTSETS - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this bit to close relational non-offline ResultSets
TABULAR_CONNECTION - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this bit to close the workspace connection.
TABULAR_EMBEDDED - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by ResultSetInterface.getType()for embedded (in-memory, non-server-connected) tabular result sets
TABULAR_LIVE - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by ResultSetInterface.getType()for live (interactive and server connected) tabular result sets
TABULAR_OFFLINE_RESULTSETS - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this option to close relational offline ResultSets
THEN_BOOL_EXPR - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_CHAR - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_DATE - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_INTERVAL_DT - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_INTERVAL_YM - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_NUMERIC - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_TIME - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THEN_TIMESTAMP - Static variable in class com.sas.iquery.metadata.serverprop.ParameterType
 
THIS_SOFTWARE_VERSION - Static variable in class com.sas.iquery.metadata.business.ModelVersion
This is the version of SAS Query Services software that is reading or writing a model.
TIME - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TIME_PART (column-name)
TIME_PART - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TIME_PART (column-name)
TIME_QUERY_GENERATION_PATTERN - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimeValueExpression objects when generating queries This attribute is connection-type specific.
TimeExpressionMeasure - Class in com.sas.iquery.metadata.expr.olap
Models an expression to create a relative time-based calculated measure.
TimeExpressionMeasure() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure
Create object used to build the MDX expression for creating a time-based calculated measure.
TimeExpressionMeasure(DataItem, String) - Constructor for class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure
Create object used to build the MDX expression for creating a time-based calculated measure.
TimeFilterExpression - Class in com.sas.iquery.metadata.expr.olap
Models an expression that filters a data item based on time members and time function arguments submitted.
TimeFilterExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterExpression
 
TimeFilterFirstLastPeriodsExpression - Class in com.sas.iquery.metadata.expr.olap
Models an expression that filters a data item to reflect requests for the first or last specified number of members at a level.
TimeFilterFirstLastPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterFirstLastPeriodsExpression
 
TimeFilterNParallelPeriodsExpression - Class in com.sas.iquery.metadata.expr.olap
Models an expression that filters a data item to reflect N periods parallel to a given date member.
TimeFilterNParallelPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterNParallelPeriodsExpression
 
TimeFilterNPeriodsExpression - Class in com.sas.iquery.metadata.expr.olap
Models an expression that filters a data item to reflect requests for the first or last N members at a level.
TimeFilterNPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterNPeriodsExpression
 
TimeRangeFilterExpression - Class in com.sas.iquery.metadata.expr.olap
Models an expression that filters a data item based on start and end date period or can filter based where either the start or end (or both) members are relative.
TimeRangeFilterExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression
No-argument constructor.
TimeShiftAlignment - Class in com.sas.iquery.metadata.expr.relational
Models the alignment of the ending date in a AbstractRelativeTimeValueExpression.
TimeShiftDirection - Class in com.sas.iquery.metadata.expr.relational
Models the direction shifting of time/date/timestamps values in an AbstractRelativeTimeValueExpression.
TimeShiftUnit - Class in com.sas.iquery.metadata.expr.relational
Models the specific amounts to shift by when using relative time expressions.
TIMESTAMP_QUERY_GENERATION_PATTERN - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimestampValueExpression objects when generating queries This attribute is connection-type specific.
TimestampValueExpression - Class in com.sas.iquery.metadata.expr
Models timestamp values while fitting into the SAS Query Services' expression model by implementing the ExpressionInterface.
TimestampValueExpression() - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object with no Timestamp value set.
TimestampValueExpression(Timestamp) - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object with the specified time value set.
TimestampValueExpression(Date) - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object and sets the timestamp value stored within the object as the setValue(java.util.Date) method describes.
TimeValueExpression - Class in com.sas.iquery.metadata.expr
Models time values while fitting into the SAS Query Services' expression model by implementing the ExpressionInterface.
TimeValueExpression() - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object with no time value set.
TimeValueExpression(Time) - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object with the specified time value set.
TimeValueExpression(Date) - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object and sets the time value stored within the object as the setValue(java.util.Date) method describes.
TODAY - Static variable in class com.sas.iquery.metadata.expr.relational.RelativeDateValueExpression
Today represents the current day.
TODAY - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TODAY (column-name)
toExpressionType() - Method in class com.sas.iquery.metadata.serverprop.ParameterType
 
TOMORROW - Static variable in class com.sas.iquery.metadata.expr.relational.RelativeDateValueExpression
Tomorrow represents (TODAY + 1)
TOP - Static variable in class com.sas.iquery.metadata.business.step.olap.BusinessQueryRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
TOP - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
TOP - Static variable in class com.sas.iquery.metadata.business.step.relational.DataItemRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
toString() - Method in class com.sas.iquery.execution2.IQOlapAppliedFilter
 
toString() - Method in class com.sas.iquery.execution2.IQOlapDrillPath
 
toString() - Method in class com.sas.iquery.metadata.business.Drill
 
toString() - Method in class com.sas.iquery.metadata.expr.ComparisonOperator
 
toString(Locale) - Method in class com.sas.iquery.metadata.expr.ComparisonOperator
 
toString() - Method in class com.sas.iquery.metadata.expr.ConditionalRelationType
 
toString(Locale) - Method in class com.sas.iquery.metadata.expr.ConditionalRelationType
 
toString() - Method in class com.sas.iquery.metadata.expr.olap.BusinessGroupMemberFilterExpression
Get string value of the expression.
toString() - Method in class com.sas.iquery.metadata.expr.relational.TimeShiftDirection
Override to generate a readable date string for this object.
TOTAL - Static variable in class com.sas.iquery.metadata.business.BusinessQueryActionType
This action defines that totaling can be applied to this business query model.
TOTAL - Static variable in class com.sas.iquery.metadata.business.DataItemActionType
The TOTAL action defines the inclusion of various types of grand totals and subtotals.
TOTAL_NONE - Static variable in interface com.sas.iquery.metadata.business.BusinessQuery
Deprecated. @see TotalingType.SUBTOTAL
TOTAL_NONE - Static variable in class com.sas.iquery.metadata.business.TotalingType
This totaling action defines that no subtotals and axis totals have been applied for a business model.
TOTAL_PARENT_PLACEHOLDER - Static variable in class com.sas.iquery.metadata.business.BusinessQueryTotalLocationType
This action defines that totaling can be applied to this business query model.
TOTAL_ROW_BOTTOM_COLUMN_RIGHT - Static variable in class com.sas.iquery.metadata.business.BusinessQueryTotalLocationType
This action defines that the location of parent values or visual totals appear bottom of row axis or right of column axis in relationship to children.
TOTAL_TOTAL_ROW_TOP_COLUMN_LEFT - Static variable in class com.sas.iquery.metadata.business.BusinessQueryTotalLocationType
This action defines that the location of parent values or visual totals appear top of row axis or left of column axis in relationship to children.
totalingType(TotalingType, Role) - Method in class com.sas.iquery.builder.DisabledTotalsBuilder
turns on totaling for the specified totaling type and role
TotalingType - Class in com.sas.iquery.metadata.business
The type of totaling: ALLTOTAL - applies sub-totaling and grand-totaling to all dimensions, their members, and their levels for a Row or Column to an business model.
toValueString() - Method in class com.sas.iquery.metadata.StructureOfData
 
toXML(int) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns the XML persistence form for this business model.
translateCubeString(String, String, Locale, Locale, ConnectionInterface) - Static method in class com.sas.iquery.util.BusinessQueryOLAPUtil
Translate a single member value in a cube.
TRIM - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TRIM (column-name)
TRIM_N - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TRIM_N (column-name)
tryAction(RetryUtil.Actor<T>, Logger) - Static method in class com.sas.iquery.util.RetryUtil
Performs the action() of the Actor object and returns the value from that method for either 10 attempts or for the value of the system property "IQ.RetryUtil.MaxRetries".
tryAction(RetryUtil.Actor<T>) - Static method in class com.sas.iquery.util.RetryUtil
Performs the action() of the Actor object and returns the value from that method for either 10 attempts or for the value of the system property "IQ.RetryUtil.MaxRetries".
tryAction(RetryUtil.Actor<T>, long, long, Logger) - Static method in class com.sas.iquery.util.RetryUtil
Performs the action() of the Actor object and returns the value from that method.
TupleFilterMemberQualifier - Class in com.sas.iquery.metadata.business.step.olap
This class defines a single qualifier for a business query tuple filter that represents a catagory dataItem and a member string expression.
TupleFilterMemberQualifier() - Constructor for class com.sas.iquery.metadata.business.step.olap.TupleFilterMemberQualifier
This constructor builds a link between member value with a data item (Geographic) and a specific member string ("[GEOGRAPHIC].

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

Copyright © 2009 SAS Institute Inc. All Rights Reserved.