Uses of Class
org.jdesktop.dataset.io.schema.SchemaWriterException

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

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

Methods in org.jdesktop.dataset.io.schema that throw SchemaWriterException
 void XMLDataSetSchemaWriter.writeDataSet(DataSet ds)
          Writes the complete DataSet schema out as an XML Schema to the OutputStream or Writer this class was constructed with.
 void DataSetSchemaWriter.writeDataSet(DataSet ds)
          Writes an entire DataSet out to some export format, defined by the implementing class.
 void XMLDataSetSchemaWriter.writeDataSet(DataSet ds, java.lang.String... tableNames)
          Writes the DataSet schema out as an XML Schema to the OutputStream or Writer this class was constructed with for the tables listed.
 void DataSetSchemaWriter.writeDataSet(DataSet ds, java.lang.String... tableNames)
          Writes a subset of a DataSet's schema out to some export format, for the tables given as an argument, in a format defined by the implementing class.
 

Uses of SchemaWriterException in org.jdesktop.dataset.util
 

Methods in org.jdesktop.dataset.util that throw SchemaWriterException
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.
static void DataSetUtility.writeDataSetAsXml(java.io.OutputStream out, DataSet ds)
          Exports a DataSet's schema as an XML Schema, for all tables in the DataSet, and their relations.
static void DataSetUtility.writeDataSetAsXml(java.io.Writer writer, DataSet ds)
          Exports a DataSet's schema as an XML Schema, for all tables in the DataSet, and their relations.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.