| Package | Description |
|---|---|
| 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. |
| org.apache.ddlutils.task |
The
org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils. |
| Class and Description |
|---|
| ConverterConfiguration
Contains the configuration for converters, which convert between the Java data types
corresponding to SQL data, and string representations.
|
| DataConverterRegistration
Represents the registration of a data converter for tasks that work on data files.
|
| DataReader
Reads data XML into dyna beans matching a specified database model.
|
| DataSink
Marks classes that can receive dyna beans read by the
DataReader. |
| DataSinkException
Exception generated by
DataSink implementations. |
| DataWriter
Writes dyna beans matching a specified database model into an XML file.
|
| DataWriterException
Exception generated by the
DataWriter. |
| Identity
Stores the identity of an database object as defined by its primary keys.
|
| Class and Description |
|---|
| DatabaseDataIO
Provides basic live database data <-> XML functionality.
|
| DataConverterRegistration
Represents the registration of a data converter for tasks that work on data files.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.