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

Packages that use AggregateDefinition
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. 
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return AggregateDefinition
 AggregateDefinition ResultExtensionExplorer.getContributedAggregateDefinition(ExtensionContributor extensionContributor, java.lang.String exprId)
          Gets the definition of the specified custom aggregate declared by the specified expression contributor.
 AggregateDefinition[] ResultExtensionExplorer.getContributedAggregateDefinitions(ExtensionContributor extensionContributor)
          Gets the collection of custom aggregate definitions declared by the specified contributor.
 AggregateDefinition ResultExtensionExplorer.getExtensionAggregateDefinition(java.lang.String extensionId, java.lang.String exprId)
          Gets the definition of the specified custom aggregate type declared by the specified extension.
 AggregateDefinition[] ResultExtensionExplorer.getExtensionAggregateDefinitions(java.lang.String extensionId)
          Gets the collection of custom aggregate definitions declared by the specified extension.
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.result that return AggregateDefinition
 AggregateDefinition CustomAggregate.getDefinition()
          Gets the definition of this expression's capabilities and metadata, as registered by the provider in its extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.