Uses of Interface
com.sas.iquery.dataretrieval.QueryConnectorInterface

Packages that use QueryConnectorInterface
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
 

Uses of QueryConnectorInterface in com.sas.iquery.dataservices
 

Methods in com.sas.iquery.dataservices that return QueryConnectorInterface
static QueryConnectorInterface IQDataServices.newQueryConnector(com.sas.services.session.SessionContextInterface session, int connectionLifetime, int retrievalPolicy)
          Opens a new query connector and ensures it's registered with the SessionQueryConnectorsManager.
 

Methods in com.sas.iquery.dataservices with parameters of type QueryConnectorInterface
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.closeResultSets(QueryConnectorInterface queryConnector, java.util.Map<?,?> results)
          Closes a map of data selections and result sets retrieved from a specific query connector.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.