|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessQuery | |
---|---|
com.sas.iquery.dataretrieval | Provides entry points that are used to retrieve result data by executing queries (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.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.util | Utility classes that SAS Query Services makes available for use with its models. |
Uses of BusinessQuery in com.sas.iquery.dataretrieval |
---|
Methods in com.sas.iquery.dataretrieval with parameters of type BusinessQuery | |
---|---|
java.lang.String |
SimpleQueryConnector.getPhysicalQuery(BusinessQuery businessQuery)
Returns the generated query as a string, excluding connection information. |
java.lang.String |
SimpleQueryConnector.getResultSetStructure(BusinessQuery businessQuery)
Returns information about the structure of a result set. |
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 BusinessQuery in com.sas.iquery.dataservices |
---|
Methods in com.sas.iquery.dataservices with parameters of type BusinessQuery | |
---|---|
java.util.List |
IQDataServices.getAvailableLevels(DataItem dataItem,
BusinessQuery businessQuery)
Gets the levels that are available for a dataItem based on the business query passed in. |
static boolean |
DataRetrievalUtil.hasSummarizeableItems(BusinessQuery bq)
Determines if the business query contains data items which may be summarized. |
Uses of BusinessQuery in com.sas.iquery.execution2 |
---|
Methods in com.sas.iquery.execution2 with parameters of type BusinessQuery | |
---|---|
IQResultSetMetaData |
ResultSetInterface.getIQMetaData(BusinessQuery businessQuery)
Returns the IQ result set metadata. |
Constructors in com.sas.iquery.execution2 with parameters of type BusinessQuery | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AbstractIQResultSetMetaData(BusinessQuery bq)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 . |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IQRelationalResultSetMetaData(java.sql.ResultSet resultSet,
BusinessQuery bq)
Create an IQRelationalResultSetMetadata object, based on metadata
derived from the underlying, concrete,
Copyright © 2009 SAS Institute Inc. All Rights Reserved. |