| 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. |
| DdlUtilsXMLException
Base class for exceptions generated by DdlUtils when handling XML.
|
| Identity
Stores the identity of an database object as defined by its primary keys.
|
| ModelXmlWriter
Base class providing helper functions for writing model elements to XML.
|
| PrettyPrintingXmlWriter
Helper class that writes XML data with or without pretty printing.
|
| 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.
|
| DataSinkException
Exception generated by
DataSink implementations. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.