Uses of Class
org.jdesktop.dataset.DataValue

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

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

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

Methods in org.jdesktop.dataset with parameters of type DataValue
 void DataSet.dropValue(DataValue value)
          Removes a given DataValue from this DataSet.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.