Package org.apache.ddlutils.io

The org.apache.ddlutils.io package contains a classes for input and output of both the database schemas and data files.

See: Description

Package org.apache.ddlutils.io Description

The org.apache.ddlutils.io package contains a classes for input and output of both the database schemas and data files. Specifically, the DatabaseIO class reads from and writes to schema XML files, and the DataReader and DataWriter classes to the same for data XML files. The DTD for these data XML files is generated via the DataDtdWriter class.

Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.