Uses of Interface
org.eclipse.datatools.connectivity.oda.IResultSet

Packages that use IResultSet
org.eclipse.datatools.connectivity.oda [Platform API] Defines the runtime API of the Open Data Access (ODA) extensions. 
 

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.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.