Uses of Package
org.jdesktop.dataset

Packages that use org.jdesktop.dataset
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. 
org.jdesktop.dataset.adapter   
org.jdesktop.dataset.event   
org.jdesktop.dataset.io.schema   
org.jdesktop.dataset.provider   
org.jdesktop.dataset.provider.sql   
org.jdesktop.dataset.util   
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset
DataColumn
          A DataColumn defines information for values in a single column of a DataTable.
DataCommand
          Represents a command that can be executed against a data store by a DataProvider, for example, commands for retrieving data, or for persisting data to the data store.
DataConnection
          Maintains a connection to some underlying data store.
DataProvider
          Provides a basic implementation of DataProvider that handles all of the threading issues normally associated with writing a DataProvider.
DataRelation
           
DataRelationTable
           
DataRow
          A DataRow contains a set of values within a DataTable; the DataTable defines the DataColumns in each row, and each row always has a value for each DataColumn.
DataRow.DataRowStatus
          Flag indicating the status of the DataRow; these are described in the class JavaDoc.
DataSelector
           
DataSet
          A DataSet is the top-level class for managing multiple DataTables as a group, allowing explicit support for master-detail relationships.
DataSet.OutputControl
          Flag used for DataSet.writeXml(OutputControl) to indicate whether all rows, or just modified rows should be spit out.
DataTable
          A DataTable represents a two-dimensional non-visual data structure composed of DataRows, where each row has one or more DataColumns; the set of columns is specified in the table, and applies to all rows.
DataValue
          A DataValue is represents an expression attached to a DataSet, which can be evaluated in the context of that DataSet to produce an Object end-value.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.adapter
DataRow
          A DataRow contains a set of values within a DataTable; the DataTable defines the DataColumns in each row, and each row always has a value for each DataColumn.
DataSelector
           
DataTable
          A DataTable represents a two-dimensional non-visual data structure composed of DataRows, where each row has one or more DataColumns; the set of columns is specified in the table, and applies to all rows.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.event
DataColumn
          A DataColumn defines information for values in a single column of a DataTable.
DataRow
          A DataRow contains a set of values within a DataTable; the DataTable defines the DataColumns in each row, and each row always has a value for each DataColumn.
DataRow.DataRowStatus
          Flag indicating the status of the DataRow; these are described in the class JavaDoc.
DataTable
          A DataTable represents a two-dimensional non-visual data structure composed of DataRows, where each row has one or more DataColumns; the set of columns is specified in the table, and applies to all rows.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.io.schema
DataSet
          A DataSet is the top-level class for managing multiple DataTables as a group, allowing explicit support for master-detail relationships.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.provider
DataTable
          A DataTable represents a two-dimensional non-visual data structure composed of DataRows, where each row has one or more DataColumns; the set of columns is specified in the table, and applies to all rows.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.provider.sql
DataCommand
          Represents a command that can be executed against a data store by a DataProvider, for example, commands for retrieving data, or for persisting data to the data store.
DataConnection
          Maintains a connection to some underlying data store.
DataProvider
          Provides a basic implementation of DataProvider that handles all of the threading issues normally associated with writing a DataProvider.
DataRow
          A DataRow contains a set of values within a DataTable; the DataTable defines the DataColumns in each row, and each row always has a value for each DataColumn.
DataTable
          A DataTable represents a two-dimensional non-visual data structure composed of DataRows, where each row has one or more DataColumns; the set of columns is specified in the table, and applies to all rows.
 

Classes in org.jdesktop.dataset used by org.jdesktop.dataset.util
DataSet
          A DataSet is the top-level class for managing multiple DataTables as a group, allowing explicit support for master-detail relationships.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.