Uses of Class
com.sas.iquery.execution2.ExecutionException

Packages that use ExecutionException
com.sas.iquery.dataretrieval Provides entry points that are used to retrieve result data by executing queries (data selections). 
com.sas.iquery.execution2 Provides interfaces and exceptions that are related to SAS Query Services query execution. 
com.sas.iquery.util Utility classes that SAS Query Services makes available for use with its models. 
 

Uses of ExecutionException in com.sas.iquery.dataretrieval
 

Methods in com.sas.iquery.dataretrieval that throw ExecutionException
 void QueryConnectorInterface.closeResources(com.sas.services.session.SessionContextInterface sessionContext, int options)
          Closes resources as specified by the options.
 void QueryConnector.closeResources(com.sas.services.session.SessionContextInterface sessionContext, int options)
          Closes resources as specified by the options.
protected  ResultSetInterface SimpleQueryConnector.processIQI(BusinessQuery iqi, RetrievalPolicy retrievalPolicy)
           
protected  ResultSetInterface QueryConnector.processIQI(BusinessQuery iqi, RetrievalPolicy retrievalPolicy)
          Processes a single query and takes care of notifying the result set manager
 

Uses of ExecutionException in com.sas.iquery.execution2
 

Methods in com.sas.iquery.execution2 that throw ExecutionException
 void ResultSetInterface.close()
          Close the result set.
 java.util.Map<java.lang.Integer,java.util.List<DrillPath>> IQResultSetMetaData.getAllDrillPaths()
          Return a map, in which the key is the axis and the value is a list of drill path objects for each axis.
 java.util.Map<java.lang.Integer,java.util.List<DrillPath>> IQOlapResultSetMetaData.getAllDrillPaths()
          The IQOlapResultSetMetadata implementation of #getDrillPaths(int) returns a list of drill path objects; OLAP result set metadata can be drilled.
 java.util.Map<java.lang.Integer,java.util.List<DrillPath>> AbstractIQResultSetMetaData.getAllDrillPaths()
          The IQResultSetMetaData implementation of #getAllDrillPaths() throws an UnsupportedOperationException.
 com.sas.util.LocalizableString ResultSetInterface.getDescriptions(java.lang.String rsid)
          Returns the localizable description for this result set.
 java.util.List<DrillPath> IQResultSetMetaData.getDrillPaths(DataItem di)
          Return the list of drill paths for this data item.
 java.util.List<DrillPath> AbstractIQResultSetMetaData.getDrillPaths(DataItem di)
          The IQResultSetMetaData implementation of #getDrillPaths(DataItem) throws an UnsupportedOperationException.
 java.util.List<DrillPath> IQResultSetMetaData.getDrillPaths(int axis)
          Return a list of drill path objects, representing the user's current drill state into the result set.
 java.util.List<DrillPath> IQOlapResultSetMetaData.getDrillPaths(int axis)
          The IQOlapResultSetMetadata implementation of #getDrillPaths(int) returns a list of drill path objects; OLAP result set metadata can be drilled.
 java.util.List<DrillPath> AbstractIQResultSetMetaData.getDrillPaths(int axis)
          The IQResultSetMetaData implementation of #getDrillPaths(int) throws an UnsupportedOperationException.
 IQResultSetMetaData ResultSetInterface.getIQMetaData()
          Returns the IQ result set metadata.
 IQResultSetMetaData ResultSetInterface.getIQMetaData(BusinessQuery businessQuery)
          Returns the IQ result set metadata.
 com.sas.util.LocalizableString ResultSetInterface.getLabels(java.lang.String rsid)
          Returns the localizable label for this result set.
 java.lang.String ResultSetInterface.getQuery()
          Returns the query string used to retrieve this resultset.
 java.lang.Object ResultSetInterface.getResultSet()
          Returns the concrete result set object.
 java.util.Date ResultSetInterface.getResultSetDate()
          Returns the date when the data was last generated.
 java.lang.String ResultSetInterface.getSASLog()
          Returns the sas log from the most recent result set generation, or null if not available.
 java.lang.String ResultSetInterface.getStoredProcessLog()
          Returns the SAS log pertaining to stored processes run as part of this query, or null if not set.
 int ResultSetInterface.getType()
          Returns the type of the result set.
 void ResultSetInterface.write(org.w3c.dom.Element parentElement)
          Writes the data values into a DOM element hierarchy representing the result set as embedded data.
 

Constructors in com.sas.iquery.execution2 that throw ExecutionException
IQOlapResultSetMetaData(com.sas.storage.olap.OLAPDataSetInterface olapDataSet, BusinessQuery businessQuery)
          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.
 

Uses of ExecutionException in com.sas.iquery.util
 

Methods in com.sas.iquery.util that throw ExecutionException
static java.util.Locale BusinessQueryOLAPUtil.getConnectionLocale(DataSelection dataSelection)
          Get the connection locale object for this data selection.
static com.sas.storage.olap.MetadataInterface BusinessQueryOLAPUtil.getMetadataInterface(java.lang.Object iqObject)
          Creates and returns a new OLAP MetadataInterface object usable to query OLAP related metadata from the OLAP server used by the given SAS Query Services object.
static com.sas.iquery.dataretrieval.convenience.GroupedFilterDataProvider GroupedFilterUtilities.newGroupedFilterDataProvider(DataSelection ds, BusinessGroup group)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.