Uses of Class
org.jdesktop.dataset.DataRelation

Packages that use DataRelation
org.jdesktop.dataset The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. 
 

Uses of DataRelation in org.jdesktop.dataset
 

Methods in org.jdesktop.dataset that return DataRelation
 DataRelation DataSet.createRelation()
          Creates a new DataRelation with an automatically-generated name, and adds it to this DataSet; the table will belong to this DataSet.
 DataRelation DataSet.createRelation(java.lang.String name)
          Creates a new, named DataRelation, and adds it to this DataSet; the table will belong to this DataSet.
 DataRelation DataRelationTable.getRelation()
           
 DataRelation DataSet.getRelation(java.lang.String relationName)
          Looks up a DataRelation in this set by name.
 

Methods in org.jdesktop.dataset that return types with arguments of type DataRelation
 java.util.List<DataRelation> DataSet.getRelations()
          Retrieves a list of all DataRelation in this set.
 

Methods in org.jdesktop.dataset with parameters of type DataRelation
 void DataSet.dropRelation(DataRelation relation)
          Removes a given DataRelation from this DataSet.
 void DataRelationTable.setRelation(DataRelation relation)
          Set the relation that this DataRelationTable uses
 



Copyright © 2005 Sun Microsystems All Rights Reserved.