Uses of Interface
org.jdesktop.dataset.io.schema.DataSetSchemaWriter

Packages that use DataSetSchemaWriter
org.jdesktop.dataset.io.schema   
org.jdesktop.dataset.util   
 

Uses of DataSetSchemaWriter in org.jdesktop.dataset.io.schema
 

Classes in org.jdesktop.dataset.io.schema that implement DataSetSchemaWriter
 class XMLDataSetSchemaWriter
          Writes the schema for a DataSet out as an XML Schema.
 

Uses of DataSetSchemaWriter in org.jdesktop.dataset.util
 

Methods in org.jdesktop.dataset.util with parameters of type DataSetSchemaWriter
static void DataSetUtility.writeDataSet(DataSetSchemaWriter writer, DataSet ds)
          Exports a DataSet's schema using a schema writer, for all tables in the DataSet, and their relations.
static void DataSetUtility.writeDataSet(DataSetSchemaWriter writer, DataSet ds, java.lang.String... tableNames)
          Exports a DataSet's schema using a schema writer, for the list of tables passed as an argument, and their relations.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.