Uses of Package
org.apache.ddlutils.io

Packages that use org.apache.ddlutils.io
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. 
 

Classes in org.apache.ddlutils.io used by org.apache.ddlutils.io
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.
 

Classes in org.apache.ddlutils.io used by org.apache.ddlutils.task
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-2010 Apache Software Foundation. All Rights Reserved.