Uses of Interface
org.eclipse.datatools.connectivity.oda.design.DataSetDesign

Packages that use DataSetDesign
org.eclipse.datatools.connectivity.oda.design [Provisional] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
 

Uses of DataSetDesign in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return DataSetDesign
 DataSetDesign OdaDesignSession.getRequestDataSetDesign()
          Gets the Data Set Design associated with the Request session.
 DataSetDesign OdaDesignSession.getResponseDataSetDesign()
          Gets the Data Set Design associated with the Response session.
 DataSetDesign DynamicValuesQuery.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSetDesign DesignFactory.createDataSetDesign()
          Returns a new object of class 'Data Set Design'.
 DataSetDesign DataAccessDesign.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSetDesign
 void DynamicValuesQuery.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void DataAccessDesign.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 



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