|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResultSet | |
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 IResultSet in org.eclipse.datatools.connectivity.oda |
Subinterfaces of IResultSet in org.eclipse.datatools.connectivity.oda | |
interface |
IParameterRowSet
An optional interface that represents complex data type objects such as structures and tables. |
Methods in org.eclipse.datatools.connectivity.oda that return IResultSet | |
IResultSet |
IQuery.executeQuery()
Executes the query's prepared query text 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)
Returns the collection of objects found in a data provider's catalog. |
IResultSet |
IAdvancedQuery.getResultSet()
Returns the current result as an IResultSet object. |
IResultSet |
IAdvancedQuery.getResultSet(java.lang.String resultSetName)
Returns the named result as an IResultSet object, or null if none is available. |
Uses of IResultSet in org.eclipse.datatools.connectivity.oda.consumer.helper |
Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IResultSet | |
class |
OdaResultSet
OdaResultSet is the Oda wrapper for result sets. |
class |
OdaRowSet
OdaRowSet is the Oda wrapper for rowsets. |
Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IResultSet | |
IResultSet |
OdaQuery.executeQuery()
|
IResultSet |
OdaDataSetMetaData.getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
|
IResultSet |
OdaAdvancedQuery.getResultSet()
|
IResultSet |
OdaAdvancedQuery.getResultSet(java.lang.String resultSetName)
|
Uses of IResultSet in org.eclipse.datatools.connectivity.oda.impl |
Classes in org.eclipse.datatools.connectivity.oda.impl that implement IResultSet | |
class |
SimpleResultSet
Default implementation of IResultSet for a simple ODA runtime driver. |
Methods in org.eclipse.datatools.connectivity.oda.impl that return IResultSet | |
IResultSet |
SimpleQuery.executeQuery()
|
IResultSet |
SimpleDataSetMetaData.getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |