Uses of Class
org.jdesktop.dataset.DataRelationTable

Packages that use DataRelationTable
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 DataRelationTable in org.jdesktop.dataset
 

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

Methods in org.jdesktop.dataset with parameters of type DataRelationTable
 void DataSet.dropRelationTable(DataRelationTable table)
          Removes a given DataRelationTable from this DataSet.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.