|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQuery | |
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 IQuery in org.eclipse.datatools.connectivity.oda |
Subinterfaces of IQuery in org.eclipse.datatools.connectivity.oda | |
interface |
IAdvancedQuery
An optional, extended query interface for more advanced query capabilities. |
Methods in org.eclipse.datatools.connectivity.oda that return IQuery | |
IQuery |
IConnection.newQuery(java.lang.String dataSetType)
Returns an IQuery object of the given data set type. |
Uses of IQuery in org.eclipse.datatools.connectivity.oda.consumer.helper |
Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IQuery | |
class |
OdaAdvancedQuery
OdaAdvancedQuery is the ODA wrapper for advanced query statements. |
class |
OdaQuery
OdaQuery is the ODA wrapper for query statements. |
Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IQuery | |
IQuery |
OdaConnection.newQuery(java.lang.String dataSetType)
|
Uses of IQuery in org.eclipse.datatools.connectivity.oda.impl |
Classes in org.eclipse.datatools.connectivity.oda.impl that implement IQuery | |
class |
SimpleQuery
Default implementation of IQuery for a simple ODA runtime driver. |
Methods in org.eclipse.datatools.connectivity.oda.impl that return IQuery | |
IQuery |
SimpleConnection.newQuery(java.lang.String dataSetType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |