blob: 6b0dd0c8037c4aa7f9d7b01db2cbf08fc0ba3b47 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
*************************************************************************
* Copyright (c) 2009, 2010 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Actuate Corporation - initial API and implementation
*
*************************************************************************
-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="white">
Provides a utility component for accessing the capabilities registered by an
ODA extension that implements the
<code>org.eclipse.datatools.connectivity.oda.dynamicResultSet</code> extension point.
<br>
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.
<p>
Use the singleton <code>ResultExtensionExplorer</code> as the entry point of this utility.
<p>
<!-- Put @see and @since tags down here. -->
@since 3.3 (DTP 1.8)
</body>
</html>