|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQuery | |
org.eclipse.birt.data.oda | [Deprecated] Defines the run-time API of BIRT Open Data Access (ODA) extensions. |
org.eclipse.birt.data.oda.impl | [Deprecated] Provides a template implementation of the main ODA run-time interfaces. |
Uses of IQuery in org.eclipse.birt.data.oda |
Subinterfaces of IQuery in org.eclipse.birt.data.oda | |
interface |
IAdvancedQuery
Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.IAdvancedQuery .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project. |
Methods in org.eclipse.birt.data.oda that return IQuery | |
IQuery |
IConnection.newQuery(java.lang.String dataSetType)
Deprecated. Returns an IQuery object of the given data set type. |
Uses of IQuery in org.eclipse.birt.data.oda.impl |
Classes in org.eclipse.birt.data.oda.impl that implement IQuery | |
class |
SimpleQuery
Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleQuery .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project. |
Methods in org.eclipse.birt.data.oda.impl that return IQuery | |
IQuery |
SimpleConnection.newQuery(java.lang.String dataSetType)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |