Package 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.

See:
          Description

Class Summary
AggregateDefinition Represents the definition of a contributed aggregate type, as specifed in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
CombinedExpressionOperatorDefinition Represents the definition of a value expression combined operator type, as specified in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
ExtensionContributor Represents the contributor defining its scope and capabilities, as specifed in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
FilterExpressionDefinition Represents the definition of a contributed filter expression type, as specifed in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
FunctionExpressionDefinition Represents the definition of a value expression function type, as specified in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
ResultExtensionExplorer This singleton explorer is the entry point to explore and access the manifest of all the extensions that implement the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
SupportedDataSetType Represents the ODA Data Set Type supported by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
VariableRestrictions Represents the restrictions on the types of expression variable that can be applied with an extension-defined expression, as specifed in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
 

Package org.eclipse.datatools.connectivity.oda.spec.manifest Description

Provides a utility component for accessing the capabilities registered by an ODA extension that implements the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
It provides the service to explore all ODA dynamicResultSet extensions, and access each extension's capabilities registered in its extension manifest. It can be used by an ODA consumer and/or a data provider to discover a dynamicResultSet extension's capabilities.

Use the singleton ResultExtensionExplorer as the entry point of this utility.

Since:
3.3 (DTP 1.8)