Uses of Class
org.jdesktop.dataset.DataCommand

Packages that use DataCommand
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.provider.sql   
 

Uses of DataCommand in org.jdesktop.dataset
 

Methods in org.jdesktop.dataset that return DataCommand
 DataCommand DataProvider.getCommand()
          Returns the DataCommand instance for this DataProvider, assigned with DataProvider.setCommand(DataCommand).
 

Methods in org.jdesktop.dataset with parameters of type DataCommand
 void DataProvider.setCommand(DataCommand cmd)
          Assigns the single DataCommand instance used by this provider to execute load and store operations.
 

Uses of DataCommand in org.jdesktop.dataset.provider.sql
 

Subclasses of DataCommand in org.jdesktop.dataset.provider.sql
 class AbstractSqlCommand
          An AbstractSqlCommand is a DataCommand meant to be used with a SQLDataProvider by defining methods to generate a SELECT, INSERT, UPDATE or DELETE statement.
 class SQLCommand
          A fully customizeable DataCommand for use with a SQLDataProvider.
 class TableCommand
          A simplified SQLCommand for use with an SQLDataProvider, which acts against all of the columns in a given RDBMS table.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.