org.jumpmind.symmetric.ddl.io.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symmetric-ddl Show documentation
Show all versions of symmetric-ddl Show documentation
This library is a fork of Apache DdlUtils. DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files.
The org.apache.ddlutils.io
package contains a classes for input
and output of both the database schemas and data files. Specifically, the
{@link org.apache.ddlutils.io.DatabaseIO} class reads from and writes to schema
XML files, and the {@link org.apache.ddlutils.io.DataReader} and
{@link org.apache.ddlutils.io.DataWriter} classes to the same for data XML files.
The DTD for these data XML files is generated via the
{@link org.apache.ddlutils.io.DataDtdWriter} class.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy