Package org.jdesktop.dataset.io.schema

Interface Summary
DataSetSchemaReader A DataSetSchemaReader instantiates DataSets, DataTables and DataRelations from a schema provider, such as database metadata or XML.
DataSetSchemaWriter A DataSetSchemaWriter "exports" or "write" a DataSet's schema to some external format, such as XML or SQL DDL.
 

Class Summary
DataSetIOUtility Static utility class for the io package, meant for use internally within the package.
JDBCDataSetSchemaReader An JDBCDataSetSchemaReader instantiates a DataSet from a schema stored in an XML file; the schema is read from the JDBC metadata classes (see DatabaseMetaData and ResultSetMetaData), and the accuracy of the schema depends on the quality of the JDBC driver used.
XMLDataSetSchemaReader An XMLDataSetSchemaReader instantiates a DataSet from an XML Schema.
XMLDataSetSchemaWriter Writes the schema for a DataSet out as an XML Schema.
 

Exception Summary
SchemaReaderException Thrown when a DataSetSchemaReader cannot process a schema.
SchemaWriterException Thrown when a DataSetSchemaReader cannot write a DataSet schema.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.