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.dataretrieval.convenience Provides utility classes for getting information about data selections. 
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
com.sas.iquery.execution2 Provides interfaces and exceptions that are related to SAS Query Services query execution. 
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.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.dataretrieval.convenience
 

Methods in com.sas.iquery.dataretrieval.convenience that throw ExecutionException
 void GroupedFilterDataProvider.refresh(FilterItem activeFilter)
          Filter selections are cumulative, so each selection determines values available in each of the other selection lists.
 void GroupedFilterDataProvider.reset()
          Resets the original full list of included, excluded, and selected items.
 

Uses of ExecutionException in com.sas.iquery.dataservices
 

Methods in com.sas.iquery.dataservices that throw ExecutionException
static void IQDataServices.closeQueryConnector(QueryConnectorInterface queryConnector, com.sas.services.session.SessionContextInterface sessionContext, java.lang.Object resultOrResults)
          Aggressively closes the Query Connector and the result/results included.
static void IQDataServices.closeResultSet(com.sas.iquery.intelligentquery.QueryConnectionInterface queryConnector, ResultSetInterface resultSet)
          Closes a result set retrieved from a specific query connector.
static void IQDataServices.closeResultSets(QueryConnectorInterface queryConnector, java.util.Map<?,?> results)
          Closes a map of data selections and result sets retrieved from a specific query connector.
 

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.metadata.business
 

Methods in com.sas.iquery.metadata.business that throw ExecutionException
 java.lang.String Export.generate()
          This method generates the ResultSet/Export code and returns a String containing the generated code.
 java.lang.String Export.generate(java.lang.String tableName)
          This method generates the ResultSet/Export code based on a caller-defined tableName and returns a String containing the generated code.
 void Export.run()
           
 

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 GroupedFilterDataProvider GroupedFilterUtilities.newGroupedFilterDataProvider(DataSelection ds, BusinessGroup group)
          Creates the
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.