|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataSetMetaData | |
org.eclipse.datatools.connectivity.oda | [Provisional] Defines the runtime API of the Open Data Access (ODA) extensions. |
org.eclipse.datatools.connectivity.oda.consumer.helper | An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. |
org.eclipse.datatools.connectivity.oda.impl | Provides a template implementation of the main ODA run-time interfaces. |
Uses of IDataSetMetaData in org.eclipse.datatools.connectivity.oda |
Methods in org.eclipse.datatools.connectivity.oda that return IDataSetMetaData | |
IDataSetMetaData |
IConnection.getMetaData(java.lang.String dataSetType)
Returns an IDataSetMetaData object of the the given data set type. |
Uses of IDataSetMetaData in org.eclipse.datatools.connectivity.oda.consumer.helper |
Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IDataSetMetaData | |
class |
OdaDataSetMetaData
OdaDataSetMetaData is the Oda wrapper for data set metadata. |
Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IDataSetMetaData | |
IDataSetMetaData |
OdaConnection.getMetaData(java.lang.String dataSetType)
|
Uses of IDataSetMetaData in org.eclipse.datatools.connectivity.oda.impl |
Classes in org.eclipse.datatools.connectivity.oda.impl that implement IDataSetMetaData | |
class |
SimpleDataSetMetaData
Default implementation of IDataSetMetaData for a simple ODA runtime driver. |
Methods in org.eclipse.datatools.connectivity.oda.impl that return IDataSetMetaData | |
IDataSetMetaData |
SimpleConnection.getMetaData(java.lang.String dataSetType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |