|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ResultSetInterface | |
|---|---|
| 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.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 ResultSetInterface in com.sas.iquery.dataretrieval |
|---|
| Methods in com.sas.iquery.dataretrieval that return ResultSetInterface | |
|---|---|
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 |
ResultSetInterface |
SimpleQueryConnector.retrieveQueryResult(BusinessQuery query)
|
| Methods in com.sas.iquery.dataretrieval that return types with arguments of type ResultSetInterface | |
|---|---|
java.util.Map<java.lang.String,ResultSetInterface> |
SimpleQueryConnector.retrieveQueryResultMap(java.util.List<? extends BusinessQuery> queries)
Creates a map of query results (ResultSetInterface), based on a list of input business queries. |
java.util.Map<java.lang.String,ResultSetInterface> |
SimpleQueryConnector.retrieveQueryResultMap(java.util.List<? extends BusinessQuery> queries,
RetrievalPolicy retrievalPolicy)
Creates a map of query results, based on a list of input business queries. |
abstract java.util.Map<java.lang.String,ResultSetInterface> |
QueryConnectorInterface.retrieveQueryResultMap(java.util.List<? extends BusinessQuery> queries,
RetrievalPolicy retrievalPolicy)
Creates a map of query results, based on a list of input business queries. |
| Methods in com.sas.iquery.dataretrieval with parameters of type ResultSetInterface | |
|---|---|
abstract void |
QueryConnectorInterface.closeResult(ResultSetInterface result)
Closes a single result set. |
void |
QueryConnector.closeResult(ResultSetInterface result)
Closes a single result set. |
| Method parameters in com.sas.iquery.dataretrieval with type arguments of type ResultSetInterface | |
|---|---|
void |
QueryConnector.closeResults(java.util.Map<java.lang.String,ResultSetInterface> results)
Closes a map of result sets. |
| Uses of ResultSetInterface in com.sas.iquery.dataservices |
|---|
| Methods in com.sas.iquery.dataservices that return ResultSetInterface | |
|---|---|
ResultSetInterface |
IQDataServices.getResultSet(DataItem dataItem)
Gets a result Set for a specific DataItem. |
| Methods in com.sas.iquery.dataservices with parameters of type ResultSetInterface | |
|---|---|
static void |
IQDataServices.closeResultSet(com.sas.iquery.intelligentquery.QueryConnectionInterface queryConnector,
ResultSetInterface resultSet)
Closes a result set retrieved from a specific query connector. |
| Uses of ResultSetInterface in com.sas.iquery.metadata.business |
|---|
| Methods in com.sas.iquery.metadata.business that return ResultSetInterface | |
|---|---|
abstract ResultSetInterface |
Export.run(QueryConnector queryConnector)
This method executes the Export statement and returns a ResultSetInterface. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||