|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResultSet | |
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 IResultSet in org.eclipse.birt.data.oda |
Subinterfaces of IResultSet in org.eclipse.birt.data.oda | |
interface |
IParameterRowSet
Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.IParameterRowSet .
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 IResultSet | |
IResultSet |
IQuery.executeQuery()
Deprecated. Executes the statement's prepared query and returns a single IResultSet object. |
IResultSet |
IDataSetMetaData.getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
Deprecated. Returns the collection of objects found in a data provider's catalog. |
IResultSet |
IAdvancedQuery.getResultSet()
Deprecated. Returns the current result as an IResultSet object. |
IResultSet |
IAdvancedQuery.getResultSet(java.lang.String resultSetName)
Deprecated. Returns the named result as an IResultSet object, or null if none is available. |
Uses of IResultSet in org.eclipse.birt.data.oda.impl |
Classes in org.eclipse.birt.data.oda.impl that implement IResultSet | |
class |
SimpleResultSet
Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleResultSet .
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 IResultSet | |
IResultSet |
SimpleQuery.executeQuery()
Deprecated. |
IResultSet |
SimpleDataSetMetaData.getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |