Uses of Class
org.eclipse.datatools.connectivity.oda.spec.manifest.SupportedDataSetType

Packages that use SupportedDataSetType
org.eclipse.datatools.connectivity.oda.spec.manifest Provides a utility component for accessing the capabilities registered by an ODA extension that implements the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point. 
org.eclipse.datatools.connectivity.oda.spec.result Defines the result set specification of the Open Data Access (ODA) dynamicResultSet extension point. 
org.eclipse.datatools.connectivity.oda.spec.result.filter Defines the concrete filter expressions for use in the Open Data Access (ODA) result set filtering specification. 
org.eclipse.datatools.connectivity.oda.spec.valueexpr Defines the specialized Value Expression classes for use in the Open Data Access (ODA) query specification. 
 

Uses of SupportedDataSetType in org.eclipse.datatools.connectivity.oda.spec.manifest
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return SupportedDataSetType
 SupportedDataSetType[] ExtensionContributor.getSupportedDataSetTypes()
          Gets a collection of data set types supported by this contributor.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return types with arguments of type SupportedDataSetType
static java.util.List<SupportedDataSetType> ExtensionContributor.processDataSetTypeElements(org.eclipse.core.runtime.IConfigurationElement contributorElement)
          An utility method to process the specified contributor configuration element and returns a list of its supported data set types.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest with parameters of type SupportedDataSetType
 boolean ExtensionContributor.supportsDataSetType(SupportedDataSetType dataSetType)
          Indicates whether this supports the specified data set type.
 

Uses of SupportedDataSetType in org.eclipse.datatools.connectivity.oda.spec.result
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result with parameters of type SupportedDataSetType
 boolean CustomAggregate.supportsDataSetType(SupportedDataSetType dataSetType)
          Indicates whether this expression can be applied to the specified data set type.
 

Uses of SupportedDataSetType in org.eclipse.datatools.connectivity.oda.spec.result.filter
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result.filter with parameters of type SupportedDataSetType
 boolean CustomExpression.supportsDataSetType(SupportedDataSetType dataSetType)
          Indicates whether this expression can be applied to the specified data set type.
 

Uses of SupportedDataSetType in org.eclipse.datatools.connectivity.oda.spec.valueexpr
 

Methods in org.eclipse.datatools.connectivity.oda.spec.valueexpr with parameters of type SupportedDataSetType
 boolean CustomFunction.supportsDataSetType(SupportedDataSetType dataSetType)
          Indicates whether this expression can be applied to the specified data set type.